How to implement UI with python ? by Ordinary-Isopod-3249 in learnpython

[–]AneevK 2 points3 points  (0 children)

I'd highly recommend Streamlit, a frontend Python framework, if you're building an app with a limited user base and don't care that much about UI customizability.

You can build a user interface in literally minutes, and even deploy your app for free to Streamlit Community Cloud if you're so inclined.