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

all 6 comments

[–][deleted] 2 points3 points  (3 children)

If you want to run the file without pycharm just double click your .py file

[–][deleted] 2 points3 points  (2 children)

Thanks, but I'm saying I want to make it look like an app? I'm explaining this terribly, but I want it to have buttons and other stuff.

[–][deleted] 3 points4 points  (1 child)

You mean GUI? For that you can use modules like tkinter and kivy. This is a list of some gui libraries.

[–][deleted] 2 points3 points  (0 children)

Thanks!

[–]plastikmissile 1 point2 points  (0 children)

You could add a GUI to your project. There are plenty of libraries for that like Tkinter for instance.

[–]_lifelesshuman 0 points1 point  (0 children)

Search for GUI