PapstJL4U@lemmy.worldtoProgrammer Humor@programming.dev•Yup...i can confirm thatEnglish
5·
2 months agoYou then see people making scripts that take days to run, but it’s fine, they’re only going to use it twice and are busy enough to be able to wait
Sponsored by “terrible python code by Matt Parker”
If you only need something like buttons, sliders and other simpel, non-user-account driven stuff, than Streamlit.io is an option.
A simple requirements.txt and shipping your Python app with an .bat or .sh that just does:
open venv start main.py in venv closr venv
should be a hood intermediate step from cli script to gui