Metadata-Version: 2.1
Name: UETSchedule
Version: 0.1.1
Summary: A script to auto schedule UET courses
Home-page: https://github.com/ppvan/autotkb
Author: ppvan
Author-email: phuclaplace@gmail.com
License: GPL-3.0
Keywords: uet,schedule
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

# AutoSchedule

AutoSchedule is a Python package 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 AutoSchedule
```
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!
