exe_path = os.path.join(dist_folder, f"{exe_name}.exe") final_exe_path = os.path.join(output_folder, f"{exe_name}.exe") tk.Label(root, text="Select Python File ...
This repository contains a simple Python application that prompts the user to enter their name and greets them with a message. Besides the choosen popular approach of using PyInstaller, it is also ...