How to convert editable python file to executable?

50 Views Asked by At

I've been working on a program to help me with organization with my classes using Tkinter. The main issue I've run into has been finding a way to make it into an executable so that I don't constantly need to run the program from the command line.

Another problem i was running into when choosing a way was, since the program uses links to operate I wanted to have a way to edit those links. Should something like that be baked into the original program or can it be separated into a txt or ini file?

0

There are 0 best solutions below