https://github.com/crypticsy/smart-leave-planner
Maximize your time off by strategically placing leave days around weekends and public holidays
https://github.com/crypticsy/smart-leave-planner
optimization streamlit
Last synced: 2 months ago
JSON representation
Maximize your time off by strategically placing leave days around weekends and public holidays
- Host: GitHub
- URL: https://github.com/crypticsy/smart-leave-planner
- Owner: crypticsy
- Created: 2025-06-27T16:49:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-27T17:03:00.000Z (about 1 year ago)
- Last Synced: 2025-06-27T18:22:14.893Z (about 1 year ago)
- Topics: optimization, streamlit
- Language: Python
- Homepage: https://smart-leave-planner.streamlit.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Smart Leave Planner
Maximize your time off by strategically placing leave days around weekends and public holidays. This Streamlit app helps you plan your annual leave to get the most extended breaks with the fewest leave days.
### 📋 Requirements
To run this project by yourself, you need:
- Python 3.7+
Install the dependencies with:
```bash
pip install -r requirements.txt
```
## 🖥️ Usage
Run the app
```bash
streamlit run app.py
```