JasonBarahan / UofT-speedrunner

CSC111 group project, with additional modifications after the end of the course.
2 stars 1 forks source link

Enhance UX with GUI #8

Open JasonBarahan opened 1 year ago

JasonBarahan commented 1 year ago

CLI input can be convoluted and limits design aesthetic capabilities. There are plans to replace it with a full fledged GUI.

How we will implement GUIs is yet to be decided though I personally vouch for tkinter (https://realpython.com/python-gui-tkinter/)

JasonBarahan commented 12 months ago

Could we modify this to use Flask?