Hi Aman,

> I would like to make a *gui* interface for sympy for making it more
> user friendly. I would like to use *Tkinter* module for it since it
> is cross-platform and I already have experience with it.

If you, or anyone, is seriously considering this, may I suggest to
have a peek at my Cadabra,

  http://cadabra.science/

This is a GUI for a computer algebra system in development, which has
sympy as one of its dependencies, but the GUI part could easily be
split off and packaged by itself. In fact you can use it to do your
sympy stuff right now if you want to, see e.g. the notebook

  http://cadabra.science/notebooks/scalar_manipulations.html

It's written in C++ using gtkmm, but even if you want a Python solution
using a different GUI toolkit you may want to see how I did various
things (like maths typesetting or the client/server separation). 

I'd be happy to collaborate on this to make it better fit sympy users'
needs. 

The alternative, as Ondřej already pointed out, is to focus on
enhancing Jupyter. However, that forces you to do everything inside a
browser, which is not everyone's preferred choice.

Cheers,
Kasper

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/20160307185920.2bd55366%40tigger.
For more options, visit https://groups.google.com/d/optout.

Reply via email to