This application uses data from climate of SF to get data of monthly rainfall from years 1850-2023.
☐ There are two python code files: rainfall.py
and lab2.py
☐ One input file: sf_rainfall.csv
☐ To run the program: have the three files as listed above in your IDE, and simply run the lab2.py
file
☐ This project explores how to write GUI applications using tkinter. However, I have used the customtkinter
module to make the GUI for my application more modern. The documentation and information about this module can be found here on this website or on Github.
pip install numpy
pip install matplotlib
pip install customtkinter
- tkinter
- GUI
- numpy
- matplotlib
- data visualization
- UI/UX Design