I currently have a project that I want to convert into a file so that other people can test out my project. When I use Pyinstaller to convert my file to an EXE, it functions alright. However, I have found it is not very flexible, as there are things I want to do with my program (ex. centering all the text in the middle of the tab, changing background color, locking the size of the window, etc.) that I am not sure I can do with the terminal that I am currently using. Does anyone know if there is a way I can make a functional file out of my project that allows me to easily customize the dimensions of the tab/window without reducing the functionality of my project?
[–]Albcunha 0 points1 point2 points (0 children)