Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```