Skip to content

snyga/xlsx-reader

Repository files navigation

xlxs_reader

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'.

How to install

Download and ready for use as is (Windows 10, 11):

  • 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.

Install with PyInstaller (not windows):

  • 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 in Basement_Status

Requirements for installation

PySimpleGUI and PyInstaller.

  • pip install pysimplegui
  • pip install -U PyInstaller

Goals

To make the GUI a lot more general so it can read any kind of xlsx based database.

License

Licensed under MIT 3.0

About

Reader for database in xlsx with PySimpleGUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages