Is there a good Python GUI shell?

前端 未结 8 2539
既然无缘
既然无缘 2021-02-19 15:08

I saw this the other day (scroll all the way down to see some of the clever stuff):

http://www.mono-project.com/docs/tools+libraries/tools/repl/

8条回答
  •  萌比男神i
    2021-02-19 15:35

    I think that a combination of Pycrust with matplotlib can do exactly what you need. Pycrust is part of the wxPython installation, and matplotlib should be insalled separately. Both are simple to install in about 5 minutes.

    Read this about integrating matplotlib with Pycrust to produce dynamic plots like the ones in the link you posted.

提交回复
热议问题