{"id":31762369,"url":"https://github.com/paulomarconi/monitorpy","last_synced_at":"2026-02-18T23:03:22.672Z","repository":{"id":316159350,"uuid":"1062204337","full_name":"paulomarconi/MonitorPy","owner":"paulomarconi","description":"Simple system tray Python application  to control monitor's brightness and contrast.","archived":false,"fork":false,"pushed_at":"2025-09-23T01:41:46.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-23T03:34:30.263Z","etag":null,"topics":["brightness-control","brightness-slider","contrast-control","contrast-slider","ddc-ci","monitor-control","multiple-monitors","python","system-tray-app","windows10","windows11"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulomarconi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T00:32:10.000Z","updated_at":"2025-09-23T01:52:52.000Z","dependencies_parsed_at":"2025-09-23T03:34:33.007Z","dependency_job_id":"ffec6b51-714e-4c96-b4ea-1932a603b925","html_url":"https://github.com/paulomarconi/MonitorPy","commit_stats":null,"previous_names":["paulomarconi/monitorpy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/paulomarconi/MonitorPy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulomarconi%2FMonitorPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulomarconi%2FMonitorPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulomarconi%2FMonitorPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulomarconi%2FMonitorPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulomarconi","download_url":"https://codeload.github.com/paulomarconi/MonitorPy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulomarconi%2FMonitorPy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002119,"owners_count":26083307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brightness-control","brightness-slider","contrast-control","contrast-slider","ddc-ci","monitor-control","multiple-monitors","python","system-tray-app","windows10","windows11"],"created_at":"2025-10-09T22:18:22.235Z","updated_at":"2025-10-09T22:18:32.701Z","avatar_url":"https://github.com/paulomarconi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MonitorPy\n\nMonitorPy is a simple system tray Python application for Windows 10/11 that allows you to control your monitor's brightness and contrast directly from the tray.\n\n\u003cfigure\u003e\n    \u003ccenter\u003e\u003cimg src=\"https://raw.githubusercontent.com/paulomarconi/MonitorPy/master/MonitorPy1.png\" alt=\"MonitorPy1\" width=\"80%\"/\u003e\u003c/center\u003e\n\u003c/figure\u003e\n\n\u003cfigure\u003e\n    \u003ccenter\u003e\u003cimg src=\"https://raw.githubusercontent.com/paulomarconi/MonitorPy/master/MonitorPy2.png\" alt=\"MonitorPy2\" width=\"80%\"/\u003e\u003c/center\u003e\n\u003c/figure\u003e\n\n## Features\n\n- Adjust brightness and contrast for connected monitors.\n- System tray icon with quick access menu.\n- Select between multiple monitors.\n- Reset brightness and contrast to default values.\n- Lightweight and easy to use.\n\n## Requirements\n\n- Python 3.8+\n\nThe following dependencies are used only if you run `Monitory.py` or build the standalone executable.\n\n- [monitorcontrol](https://pypi.org/project/monitorcontrol/)\n- [pystray](https://pypi.org/project/pystray/)\n- [pillow](https://pypi.org/project/Pillow/)\n- [pyinstaller](https://pypi.org/project/pyinstaller/)\n\n## Usage\n\n- Download and run the standalone `MonitorPy.exe` file from the **Releases** section. To uninstall, just delete the file.\n- Download `MonitorPy.py`, install the dependencies with:\n\n    ```sh\n    pip install -r requirements.txt\n    ```\n    and run\n\n    ```sh\n    python MonitorPy.py\n    ```\n\n- To build the standalone executable, use PyInstaller:\n\n    ```sh\n    pyinstaller MonitorPy.spec\n    ```\n\n## How it works\n\n- The app discovers all connected monitors supporting DDC/CI.\n- You can select a monitor and adjust its brightness and contrast using sliders.\n- The tray icon provides quick access to show controls, reset values, and exit.\n  \n## Troubleshooting\n\n- If you see \"No DDC/CI\" next to a monitor, it means the monitor does not support DDC/CI or is not detected.\n- Make sure you have the required permissions and drivers for monitor control.\n\n## License\n\nMIT License\n\n## Author\n\npaulomarconi","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulomarconi%2Fmonitorpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulomarconi%2Fmonitorpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulomarconi%2Fmonitorpy/lists"}