Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/timetable-generator
https://github.com/cyberfantics/timetable-generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/timetable-generator
- Owner: cyberfantics
- Created: 2024-09-08T15:01:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:05:50.000Z (4 months ago)
- Last Synced: 2024-09-08T17:05:33.488Z (4 months ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timetable Generator
This is a Python-based application that generates a weekly timetable for practicing Deep Learning and Mathematics. It is designed to accommodate busy schedules, ensuring ample time for study and sleep.
## Features
- Generates a `.docx` file containing a detailed weekly timetable.
- Focuses on a balanced schedule for both Deep Learning and Mathematics.
- Customizable time slots and topics for different days of the week.
- Includes scheduled breaks to maintain productivity.## Requirements
- Python 3.x
- `python-docx` for generating `.docx` files.Install the required library using:
```bash
pip install python-docx
```
## Usage
1. Clone the repository:
```
git clone https://github.com/cyberfantics/timetable-generator.git
cd timetable-generator
```2. Run the script:
```python generate_timetable.py```3. The timetable will be saved as Deep_Learning_Mathematics_Timetable.docx in the current directory.