Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 490 Bytes

File metadata and controls

15 lines (9 loc) · 490 Bytes

WeatherDataVisualization

A program and a data structure for visualization of exported data of the program "EasyWeather" in Python.

Used third-party-imports

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 numpy
  • pip install pyqt5
  • pip install matplotlib

(also sorry for missing commentary..)