A dashboard for daily use function
- ✅ Time, date and Pomodoro timer
- ✅ Audio player
- ✅ Shortcuts to links and commands
- 🧪 Calendar
- 🎯 Configurable links and command in app
- Python 3.11+ (Check version:
python --version
) - Recommended: Use a virtual environment (
venv
)
-
Clone the repository:
git clone https://github.com/darwishzain/recluse-board.git cd recluse-board
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the project:
python src/main.py
- Fork the repository
- Create a branch:
git checkout -b feature-name
- Commit changes:
git commit -m "Added a new feature"
- Push to GitHub:
git push origin feature-name
- Create a Pull Request
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.
For any inquiries, contact:
✉ [email protected]
🐙 GitHub: darwishzain