https://github.com/pariseed/luxvol
a simple android app to call default brightness e volume panel
https://github.com/pariseed/luxvol
Last synced: 7 months ago
JSON representation
a simple android app to call default brightness e volume panel
- Host: GitHub
- URL: https://github.com/pariseed/luxvol
- Owner: pariseed
- Created: 2025-04-23T12:49:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T23:20:14.000Z (7 months ago)
- Last Synced: 2025-06-25T00:24:35.423Z (7 months ago)
- Language: Python
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuxVol
This is a simple Android app that overlays the default system brightness and volume panels.
It's very useful when you're watching videos or playing video games.
APK available in the releases section
## build apk with Buildozer
```
buildozer init
buildozer -v android debug
```