Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/A-Wheeto/Dashboard
A tkinter GUI collating various data
https://github.com/A-Wheeto/Dashboard
apis dashboard gui tkinter webscraper webscraping
Last synced: 12 days ago
JSON representation
A tkinter GUI collating various data
- Host: GitHub
- URL: https://github.com/A-Wheeto/Dashboard
- Owner: A-Wheeto
- Created: 2020-06-07T10:34:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T10:20:40.000Z (over 4 years ago)
- Last Synced: 2024-08-01T22:55:21.346Z (3 months ago)
- Topics: apis, dashboard, gui, tkinter, webscraper, webscraping
- Language: Python
- Homepage:
- Size: 204 KB
- Stars: 92
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard
![alt text](https://github.com/A-Wheeto/Dashboard/blob/master/dashboard.JPG?raw=true)
## Scripts
- Dashboard.py - Main Dashboard script that draws the form and inserts text/images.
- xplane.py - Web scrapes data from threshold.net
- hddspace.py - Uses the module psutil to grab hard drive capacities
- news.py - Calls newsapi.org and grabs the latest BBC headlines
- piholeget.py - Calls my Raspberry Pi on home network and gets PiHole data (web scrapes Temp and Memory usage)
- steam.py - Web scrapes steampowered.com for the latest top selling games.
- weather2.py - Calls openweathermap API and gets 7 day weather for York, UK.Run Dashboard.py for the main program, this imports the 6 other scripts which have been seperated for easy editing.
## Built With
* [tkinter](https://docs.python.org/3/library/tkinter.html) - GUI creation and drawing
* [PIL](https://pillow.readthedocs.io/en/stable/) - Python Imaging Library
* [PiHole](https://pypi.org/project/PiHole-api/) - Used to gather PiHole information
* [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Web scraping Steam, Pi Hole and Threshold
* [psutil](https://pypi.org/project/psutil/) - Gathers hard drive capacity information