Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfantics/timetable-generator


https://github.com/cyberfantics/timetable-generator

Last synced: about 1 month ago
JSON representation

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.