Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.21 KB

Get it running

create a virtual environment (or don't)

run pip install -r requirements.txt

run the app.py script and you should be good to go!

The stuff

Tailwind CSS: Tired of styling everything from the ground up with vanilla CSS? Tailwind is the answer. DaisyUI: Tailwind's not lazy enough for you? Say hello to DaisyUI, a CSS framework and component library built on top of Tailwind with theming support. Roboto: Just a really cool, versatile font I use in professional applications.

Desktop App with Flask... HOW?

Simply toggle on this line and comment out this line and start the app.py script. You should now see an OS-native window with the app running inside it.

Other questions

If you've got any other questions such as "how do I convert my Flask desktop app into an executable?" feel free to create an issue and I'll write something up for that!