Graphical User Interface (GUI) for a database written in csv. At the moment the xlsx had the need for the first header to be ' ID '. There must also be a header named 'Plastic Type'.
- Go ahead and download the edit_status_0.2.exe and it should be ready to use. You need to place it next to a folder named
polymer_storage
to work.
- Download the repository and place it in the same directory as your xlsx files.
- Install PyInstaller with
pip install pyinstaller
(PyInstaller). - In your terminal run
python build_with_PyInstaller.py
to replace the exe file inBasement_Status
- Install PyInstaller with
PySimpleGUI and PyInstaller.
pip install pysimplegui
pip install -U PyInstaller
To make the GUI a lot more general so it can read any kind of xlsx based database.
Licensed under MIT 3.0