Ask Your Question
1

Making a simple GUI in Sage

asked 2018-02-27 18:55:57 +0200

ajmullins gravatar image

I am currently in the process of writing a tool that performs a series of checks and then executes a very complicated algorithm. I would like to make a simple GUI as the plan is to offer the tool to anyone whom it might be of use to (free, of course). Unfortunately, I can't seem to find any documentation on creating a GUI in Sage. I also noticed that Sage does not have the popular Python packages for making a GUI.

Any help?

Thanks,

Adam

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-02-27 21:10:09 +0200

tmonteil gravatar image

In Sage, you can produce interacts easily see https://wiki.sagemath.org/interact/

If you want a particular "popular Python packages for making a GUI", you can install it within Sage by typing the following in a terminal:

sage -pip install PACKAGE_NAME

Also, could you please provide a list of such popular packages, some may be worth being included within Sage.

edit flag offensive delete link more

Comments

Hi! Thanks so much for your answer. Yes, a few popular GUI packages that are not installed are "wxPython", "PyQt", "TkInter", and "PyGUI"

Thanks again!

ajmullins gravatar imageajmullins ( 2018-02-28 23:34:58 +0200 )edit

I'm also trying to build a GUI with little success, I am typing sage -pip install TkInter but receiving an error message 'no matching distribution found for TkInter. Same holds for the other packages you've listed. Please help! :)

RootUser gravatar imageRootUser ( 2018-11-02 14:40:46 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2018-02-27 18:55:57 +0200

Seen: 706 times

Last updated: Feb 27 '18