Ask Your Question
1

Making a simple GUI in Sage

asked 7 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 7 years ago

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.

Preview: (hide)
link

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 ( 7 years ago )

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 ( 6 years ago )

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: 7 years ago

Seen: 877 times

Last updated: Feb 27 '18