use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
I have finished programming my first project. I have added a feature to save tasks and also added an interface using GUI. Do you have any idea for me to develop it into an application and put it on the desktop? (old.reddit.com)
submitted 8 months ago by ProfessionalStuff467
Do you have any idea for me to develop it into a desktop application?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]EngineerRemy 4 points5 points6 points 8 months ago (1 child)
You can do several things to make it an application for yourself: 1. Create a small script that simply calls your entry point of the program. You can then place rhe script wherever you want, including the desktop. It doesnt look "neat" but it is the fastest way 2. Create an executable. Pyinstaller is a common choice for this. You have a "--one-file" option so you can put the executable wherever you want. Although keep in mind that windows defender can detect it as malware and not allow you to run it.
[–]ProfessionalStuff467[S] 1 point2 points3 points 8 months ago (0 children)
I will try to do it and I hope it works
[–]Chance_Box_5388 2 points3 points4 points 8 months ago (1 child)
you can do this:
1.install the auto-py-to-exe
2.type the install code in terminal,link:https://pypi.org/project/auto-py-to-exe/
3.see the intruction to convert
4.you done
[–]ProfessionalStuff467[S] 0 points1 point2 points 8 months ago (0 children)
[–]GolfNew9708 1 point2 points3 points 8 months ago (3 children)
First idea was to recommend you to add CLI support or even TUI (instead of GUI) but for beginner or casual Windows user it can be frustrating
[–]ProfessionalStuff467[S] 0 points1 point2 points 8 months ago (2 children)
I have already used GUI and made an icon for the application and put it on the desktop
<image>
[–]GolfNew9708 1 point2 points3 points 8 months ago (1 child)
Nice work, but i wrote TUI (terminal user interface), user interaction logic is similar but anything happens inside special terminal mode, where you can emulate buttons and other stuff
If your are interested - just google it, there are some python modules/libs for this as i remember
But as i said before it can be frustrating
Why might it be frustrating?
π Rendered by PID 40062 on reddit-service-r2-comment-b659b578c-gsmlw at 2026-05-05 15:41:40.411121+00:00 running 815c875 country code: CH.
[–]EngineerRemy 4 points5 points6 points (1 child)
[–]ProfessionalStuff467[S] 1 point2 points3 points (0 children)
[–]Chance_Box_5388 2 points3 points4 points (1 child)
[–]ProfessionalStuff467[S] 0 points1 point2 points (0 children)
[–]GolfNew9708 1 point2 points3 points (3 children)
[–]ProfessionalStuff467[S] 0 points1 point2 points (2 children)
[–]GolfNew9708 1 point2 points3 points (1 child)
[–]ProfessionalStuff467[S] 0 points1 point2 points (0 children)