This is an Excel file parser written in Python
I am using the sun valley ttk theme from https://github.com/rdbende/Sun-Valley-ttk-theme
Feel free to use this project to build nice looking python programs!
make sure that pyinstaller is installed:
pip install pyinstaller
Then run this command in the termainal (within the project folder) Make sure that the path of the sv_ttk dependency is correct. (replace USERNAME)
pyinstaller -w -F -i "email.ico" --add-data "C:\Users\USERNAME\Desktop\Excel_file_parser\sv_ttk;sv_ttk" main.py