https://github.com/ppvan/uetschedule
https://github.com/ppvan/uetschedule
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppvan/uetschedule
- Owner: ppvan
- License: gpl-3.0
- Created: 2023-02-13T02:27:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T14:58:58.000Z (over 3 years ago)
- Last Synced: 2025-09-02T05:46:29.025Z (9 months ago)
- Language: Python
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UETSchedule
UETSchedule is a Python script that automates the process of scheduling courses at UET. It is designed to save students time and effort in creating their schedules.
## Installation
You can install AutoSchedule using pip. First, make sure you have Python 3.7 or higher installed. Then, open a terminal window and type the following command:
```bash
pip install UETSchedule
```
If you're using virtualenv, you can activate your environment first and then run the command above.
Usage
```bash
Usage: schedule [OPTIONS]
Options:
--student-id TEXT The id of student. [required]
--user-mail TEXT The google account to create event. [required]
--calendar-name TEXT The calendar name. Default `Schedule`.
--help Show this message and exit.
```
## License
AutoSchedule is licensed under the GPL-3.0 license. See the LICENSE.md file for more details.
Contributing
If you find a bug or want to suggest a new feature, please open an issue on the AutoSchedule GitHub page. We welcome contributions from the community!