All Projects → LordAmit → Brightness

LordAmit / Brightness

Licence: other
Brightness Controller

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Brightness

Glim
GRUB Live ISO Multiboot
Stars: ✭ 452 (-24.03%)
Mutual labels:  ubuntu
Polo
Advanced file manager for Linux written in Vala. Supports multiple panes (single, dual, quad) with multiple tabs in each pane. Supports archive creation, extraction and browsing. Support for cloud storage; running and managing KVM images, modifying PDF documents and image files, booting ISO files in KVM, and writing ISO files to USB drives.
Stars: ✭ 481 (-19.16%)
Mutual labels:  ubuntu
Guac Install
Script for installing Guacamole on Ubuntu
Stars: ✭ 525 (-11.76%)
Mutual labels:  ubuntu
Conjure Up
Deploying complex solutions, magically.
Stars: ✭ 454 (-23.7%)
Mutual labels:  ubuntu
Dedicated valheim server script
Valheim Menu system for managing or installing your Valheim Dedicated Server. Multi-Language. Supports Vanilla or Mod modes. Built on Ubuntu 20.04.
Stars: ✭ 455 (-23.53%)
Mutual labels:  ubuntu
Sierra Gtk Theme
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 490 (-17.65%)
Mutual labels:  ubuntu
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (-27.06%)
Mutual labels:  ubuntu
Windows Subsystem For Linux Setup Guide
An in-depth Guide for getting started with the Windows Subsystem for Linux!
Stars: ✭ 565 (-5.04%)
Mutual labels:  ubuntu
Notion Linux
Native Notion packages for Linux
Stars: ✭ 469 (-21.18%)
Mutual labels:  ubuntu
Tinyfaces
Free stock avatars for everyone 👦🏼👨🏾👩🏻 (Built w/ Swift)
Stars: ✭ 498 (-16.3%)
Mutual labels:  ubuntu
Docker.ubuntu
Docker role for Ansible on Ubuntu 14.04+
Stars: ✭ 457 (-23.19%)
Mutual labels:  ubuntu
Mons
POSIX Shell script to quickly manage monitors on X
Stars: ✭ 457 (-23.19%)
Mutual labels:  ubuntu
Qtpy
Provides an uniform layer to support PyQt5, PySide2, PyQt4 and PySide with a single codebase
Stars: ✭ 492 (-17.31%)
Mutual labels:  pyside
Momo
WebRTC Native Client Momo
Stars: ✭ 454 (-23.7%)
Mutual labels:  ubuntu
Sentora Core
Sentora is a web hosting control panel written in PHP for *NIX
Stars: ✭ 545 (-8.4%)
Mutual labels:  ubuntu
Buildswiftonarm
All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
Stars: ✭ 448 (-24.71%)
Mutual labels:  ubuntu
Comfortable Swipe
Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++
Stars: ✭ 483 (-18.82%)
Mutual labels:  ubuntu
Mkosi
Build Legacy-Free OS Images
Stars: ✭ 589 (-1.01%)
Mutual labels:  ubuntu
Deepin Apps Installation
本仓库介绍如何在基于Ubuntu的系统上安装Deepin移植的软件。This repo shows how to install apps packaged by Deepin.
Stars: ✭ 565 (-5.04%)
Mutual labels:  ubuntu
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (-16.81%)
Mutual labels:  ubuntu

Brightness Controller

This is version 2.3.4 of Brightness Controller, ported to Python 3 and PySide 2. It supports an arbitrary number of displays!

If you like this, do not forget to give us a Star! GitHub stars People already did!

Installation via PPA

Thanks to package maintainer @apandada1, we have PPA repository For Ubuntu and likewise users:

sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt update
sudo apt install brightness-controller

Manual Installation

First, install PySide2.

sudo apt install python3-pyside2.qtcore python3-pyside2.qtgui python3-pyside2.qtwidgets python3-pyside2.qtnetwork

Somtimes it is not enough to install and integrate PySide2, so you might also try installing PySide2 using pip3.

pip3 install PySide2

We prefer using --user while installing PySide2 using pip. Installing it in virtual environment may not work as intended.

Next, download the latest zip file from here.

Extract it and open a terminal. Change directory to the Brightness folder. Next type this command:

python3 src/init.py

Achean also created a detailed tutorial on how to install it in Debian based on his experience. You can find it here.

Features

The following features are implemented:

  1. Brightness Control
  2. Saving color profile
  3. Loading color profile

We are working on the following features and plan to release these through version 3:

  1. Rewriting GUI to integrate both Brightness Controller simple and normal
  2. Auto-loading of color and brightness settings based on profile
  3. Checking for update

Brightness Controller changes Red, Green and Blue color ratios in the screen through color profile at software level using xrandr.

We work on this in our spare time, so can not really promise when the v3 will be released. The current version available is stable and should work as intended.

Requirements

There are several requirements:

  1. python3
  2. python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets, python3-pyside2.qtnetwork
  3. xrandr support in your system

Bugs

Please test v2.3. Reporting bugs is appreciated.

Can I have just brightness sliders - For Controlling Four displays at the same time?

We got you covered! Try version 1.2.8/simpler version of Brightness Controller.

To install, simply do this:

sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt-get update
sudo apt-get install brightness-controller-simple

Further details are available here Please note that the simple version may not work properly in newer versions of Linux. Unfortunately we can not provide any more updates to the simple version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].