python version 3.10.12+
--> [https://github.com/TomSchimansky/CustomTkinter]<--
Just a chart made with customtkinter with the help of AI so i can look at a csv file in an convenient manner.
- Python 3.10.12+
python -m venv venv #Create python environment
venv\Scripts\activate #Load python environment
- Requirements (Windows)
pip install -r requirements.txt
python3 -m venv venv #Create python environment
source venv/bin/activate #Load python environment
- Requirements (Linux)
pip3 install -r requirements.txt
python main.py #Windows environment
python3 app.py #Linux or Mac