Skip to content

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

License

Notifications You must be signed in to change notification settings

lu0/pydisplayinfo

Repository files navigation

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.