lu0 / pydisplayinfo

Retrieve information from the current display (cross-platform) (WIP).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydisplayinfo

Cross-platform utility to get information from the current display.

Work In Progress 🤔

Contribute

Install dependencies

sudo apt update && \
sudo apt install -y make && \
make init

Make changes 😋

Commits and pushes will trigger code-quality hooks and test cases.

Acknowledgments

Inspired by current-x-display-info, a utility script to get information from the current display on Linux distributions using X server.

About

Retrieve information from the current display (cross-platform) (WIP).

License:GNU General Public License v3.0


Languages

Language:Python 98.3%Language:Makefile 1.7%