Skip to content

just a chart made with customtkinter with the help of AI so i can look at a csv file in an convenient manner.

Notifications You must be signed in to change notification settings

Juniorduc44/germanBitcoinChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python version 3.10.12+

germanBitcoinChart

Using...

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

Requirements for running via the terminal:

  • Python 3.10.12+

Windows

python -m venv venv #Create python environment
venv\Scripts\activate #Load python environment
  • Requirements (Windows) pip install -r requirements.txt

Linux

python3 -m venv venv #Create python environment
source venv/bin/activate #Load python environment
  • Requirements (Linux) pip3 install -r requirements.txt

Run the chart with the command:

python main.py #Windows environment
python3 app.py #Linux or Mac

Step #1 Choose data you want to see

Step #2 Press "OK" to confirm each column of data in order.

Step #3 Adjust the window to view all columns.

Resources

About

just a chart made with customtkinter with the help of AI so i can look at a csv file in an convenient manner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages