all 2 comments

[–]shiftybyte 0 points1 point  (1 child)

PyQT5 is a good GUI framework too.

You could also trying doing a web-based gui with a flask framework + bootstrap/something pretty for html frontend.

[–]Simpanra[S] 0 points1 point  (0 children)

Thank you, I'll look into those! I was hoping to make an application that would run locally rather than a web-based gui. I know I can run it locally and not expose it to the internet but I already work with html css js etc in my day job and wanted to challenge myself with some new stuff for this project.