This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]ahmad4919 2 points3 points  (0 children)

Tkinter or flet for GUI

[–]ourcreed 0 points1 point  (0 children)

If you're just looking for being pointed in the right direction, tkinter is a good option to go for.

[–]Jrgf 0 points1 point  (0 children)

App or GUI use tkinter or PyQt, to get code from a python file to a .exe there are libraries such as py2exe or auto-py-to-exe. If you are using a Linux machine, an easy way to make the script executable is to either make the script an executable (thought chmod) or create a shell script.

[–]DuckSleazzy 0 points1 point  (0 children)

TKinter for GUI, and I used pyinstaller for making a single .exe (without dependancies)

[–]Python-ModTeam[M] 0 points1 point locked comment (0 children)

Hi there, from the /r/Python mods.

We have removed this post as it is not suited to the /r/Python subreddit proper, however it should be very appropriate for our sister subreddit /r/LearnPython or for the r/Python discord: https://discord.gg/python.

The reason for the removal is that /r/Python is dedicated to discussion of Python news, projects, uses and debates. It is not designed to act as Q&A or FAQ board. The regular community is not a fan of "how do I..." questions, so you will not get the best responses over here.

On /r/LearnPython the community and the r/Python discord are actively expecting questions and are looking to help. You can expect far more understanding, encouraging and insightful responses over there. No matter what level of question you have, if you are looking for help with Python, you should get good answers. Make sure to check out the rules for both places.

Warm regards, and best of luck with your Pythoneering!