A program and a data structure for visualization of exported data of the program "EasyWeather" in Python.
The program uses numpy for data-storage and handling, matplotlib.pyplot for plotting and PyQt5 for the GUI.
In a "fresh" python-installation, you can run the following commands to install the needed components:
pip install numpypip install pyqt5pip install matplotlib
(also sorry for missing commentary..)