Postured is a Linux application designed to help users improve their posture by dimming the screen when slouching is detected. Utilizing your webcam and MediaPipe pose detection, it provides real-time posture monitoring with minimal CPU usage. Optionally, it can lock the screen when you step away for added security.
Postured is a Linux application designed to improve your posture by utilizing webcam technology and advanced MediaPipe pose detection. This innovative tool monitors your posture in real time and dims your screen as a gentle reminder to sit up straight when slouching is detected. For added security, Postured can optionally lock your screen when you step away from your workstation.
Install Postured using the following command:
pip install postured
Alternatively, use uv:
uv pip install postured
Launch Postured with a simple command:
postured
Ensure that notifications support is enabled in Gnome Shell via this extension.
Access settings by right-clicking the tray icon. Available settings include:
Postured provides a D-Bus interface for advanced control. To pause or resume, as well as check the status, use the following commands:
busctl --user call org.postured.Postured /org/postured/Postured org.postured.Postured1 GetStatus
</details>
#### System Requirements
- Python 3.11+
- Linux Operating System
- Webcam for posture detection
#### Acknowledgements
Postured is inspired by the project [posturr](https://github.com/tldev/posturr), suitable for macOS users.
Enhance your productivity and ensure better sitting habits today with Postured.
No comments yet.
Sign in to be the first to comment.