Digital Health is a digital wellness tool designed for Linux users who want to build healthier screen habits and reduce digital distractions.
With time-based app restrictions, real-time monitoring, and automatic blocking, you can take back control of your focus and productivity — all through a clean and minimal interface.
- ⏳ Set daily or session-based limits for specific apps
- 🚫 Automatically block applications once limits are reached
- 🧩 Clean and user-friendly interface for easy setup
- ⚙️ Fully customizable to fit your personal workflow
- 🐧 Lightweight and optimized for Linux environments
Make sure your system includes the following:
- 🐍 Python 3.x
- 📦 PyQt5
- 🛠️ CMake
# Clone the repository
git clone https://github.com/skyghost090/Digital-Health.git
cd Digital-Health
# Run installer script
./installservice.sh
# Install required dependencies
pip install pyqt5
# Launch the app
python3 main.py- 🚀 Launch Digital Health
- 🗂️ Select the apps you want to restrict
- ⏱️ Set time limits for each application
- 📊 Monitor usage in real-time
- 🔐 Once time’s up, the app is automatically blocked
Stay productive, stay mindful 🧠
cmake . && makeWe welcome all kinds of contributions! Whether it's bug fixes, new features, or UI improvements — your input helps make Digital Health better for everyone 💙
- 🍴 Fork the repo
- 🌱 Create a feature branch
- ✅ Commit your changes
- 🚀 Push to your fork
- 📬 Submit a pull request
Let’s build something great together!
This project is licensed under the BSD License.
See the LICENSE file for full details.