https://github.com/almas-ali/bright
A Brightness control utility for Linux systems.
https://github.com/almas-ali/bright
Last synced: 7 months ago
JSON representation
A Brightness control utility for Linux systems.
- Host: GitHub
- URL: https://github.com/almas-ali/bright
- Owner: Almas-Ali
- Created: 2022-09-15T17:10:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T14:33:56.000Z (about 1 year ago)
- Last Synced: 2025-01-07T15:28:49.392Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bright - A brightness control utility for Linux systems
**version 1.1**
***Developed by Md. Almas Ali***
## Usage:
To set your screen you can use it. I have faced many truble to control just my laptop screen brightness. So, I search many where to find some solution. I found some solution but that was not working properly and some are too complicated. So, I made this utility with some interternal module in Linux with Python magic.
Now, I am going beond. Shifting from Python to C for better performance. But, it is in development. The Python utility is more stable than C.```bash
# Set brightness level 10-300
bright --set 80# get brightness level
bright --get# get bright version
bright --version#get author information
bright --author```
## Installation:
Copy the python file in your user path.