https://github.com/milesmcc/tim
Automatic scheduling system that adapts to your life
https://github.com/milesmcc/tim
Last synced: 3 months ago
JSON representation
Automatic scheduling system that adapts to your life
- Host: GitHub
- URL: https://github.com/milesmcc/tim
- Owner: milesmcc
- License: gpl-3.0
- Created: 2020-05-03T01:49:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T22:09:24.000Z (over 2 years ago)
- Last Synced: 2025-03-21T21:11:25.601Z (3 months ago)
- Language: Python
- Homepage:
- Size: 222 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tim
Tim helps merge your to-do list with your calendar. It looks at your availability and automatically timeboxes your day to minimize context switching and maximize ease.
When circumstances change, so does your calendar. (People sometimes joke that Tim is like a scheduling tool for people who can't keep to a schedule.) If you sleep late, for example, Tim will automatically rework your day so that your high-priority items still get done. If you skip a task or fail to complete it, Tim will reschedule it for some other time.
I'm pretty happy with how Tim works, but it's very much a work in progress.
> **Tim is a tool I built for myself, but I'm releasing the code publicly.** At some point I'll add more detailed setup instructions and documentation, but that time hasn't come yet.
### Important Files
* [Main models](tim/scheduling/models.py)
* [Scheduling algorithm](tim/scheduling/scheduler.py)