Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDaniel Alvarez
6,085 PointsHow to use Django forms to execute a python file and then make it executable to use it as a desktop app?
I need to write a complex dynamic GUI to get some information from the user and then execute a python file with that.
The the tools available for coding a GUI on python (TKinter, PyQT, etc..) are good for small and simple GUI's. That is why I thought it would be possible to write the GUI on HTML + Bootstrap (using Django for exmple) and then execute the python script.
I am wondering if something like that is possible and if so, how?
Any ideas?
PD. I would like the GUI to run locally instead, more like a desktop app..
Thanks