https://github.com/acmo0/meteo
Create graphics and statistics based on your meteorological data.
https://github.com/acmo0/meteo
glade graphics gtk3 meteorology python3 statistics
Last synced: about 1 month ago
JSON representation
Create graphics and statistics based on your meteorological data.
- Host: GitHub
- URL: https://github.com/acmo0/meteo
- Owner: acmo0
- License: gpl-3.0
- Created: 2020-11-01T19:33:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T18:24:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T10:31:33.090Z (over 1 year ago)
- Topics: glade, graphics, gtk3, meteorology, python3, statistics
- Language: Python
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***
## Application
This application is used to create graphics and statistics based on your meteorological data and is developped by Grégoire Frémion.
***
## Installation
### Easy
If you want to install it you can use the .deb file located in binary folder for an easier installation and use apt or dpkg :
```bash
sudo apt install ./meteo.deb
```
### Custom
However you can download all files from sources and all folders and modify "defaultconfig.cfg" and "var.cfg" :
Make sure python3 is installed and install matplotlib and for python3 with
```bash
apt install python3-matplotlib python3-gi python3-gi-cairo gir1.2-gtk-3.0
```
or
```
pip3 install -r requirements.txt
```
#### "defaultconfig.cfg"
```
database:
backup_dir:~/.local/meteo/backup
years_stats_window_width:400
years_stats_window_heigth:650
```
#### "var.cfg"
change :
```
/usr/local/etc/meteo/config.cfg
/usr/local/etc/meteo/defaultconfig.cfg
/usr/local/lib/meteo/layouts/
/usr/local/lib/meteo/images/
```
in :
```
```
***
## Screenshots :



***
## Todo :
Create a Windows version.
***
## Contributing
All feedbacks are welcome. For changes please open a issue to discuss about what you would like to change.
***
## License
[GPLv3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)