Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChrisChou-freeman/aqi_app
MacOS statusbar app for monitor air quality
https://github.com/ChrisChou-freeman/aqi_app
aqi-monitor gui macos macos-menubar
Last synced: 26 days ago
JSON representation
MacOS statusbar app for monitor air quality
- Host: GitHub
- URL: https://github.com/ChrisChou-freeman/aqi_app
- Owner: ChrisChou-freeman
- License: mit
- Created: 2022-01-21T10:00:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T13:07:01.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T09:06:15.911Z (4 months ago)
- Topics: aqi-monitor, gui, macos, macos-menubar
- Language: Python
- Homepage:
- Size: 731 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - AQI-app
README
# AQI-app
It works on MacOS **v10.13, v12.1**.
MacOS app for monitor world air quality.
![Example4](./show_case/status_bar.png)
![Example3](./show_case/set_key.png)
![Example2](./show_case/select_area.png)## Requirement
* Python == 3.9
* [rumps](https://github.com/jaredks/rumps) >= 0.3.0
* [pygame_gui](https://github.com/MyreMylar/pygame_gui) >= 0.6.4
* [pyinstaller](https://github.com/pyinstaller/pyinstaller) >= 4.8## Run app
```bash
./build_app.sh && open dist/AQI.app
```