Skip to content

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

Notifications You must be signed in to change notification settings

aliemen/WeatherDataVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages