Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sauberr/aegc
AEGC - Auto Entry Google Classroom
https://github.com/sauberr/aegc
Last synced: about 2 months ago
JSON representation
AEGC - Auto Entry Google Classroom
- Host: GitHub
- URL: https://github.com/sauberr/aegc
- Owner: Sauberr
- License: mit
- Created: 2023-03-22T21:23:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T15:47:14.000Z (about 1 year ago)
- Last Synced: 2024-01-14T21:05:33.533Z (about 1 year ago)
- Language: Python
- Size: 19.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AEGC - Auto Entry Google Classroom
The project for study Python with Selenium.
#### Stack:
- [Python](https://www.python.org/downloads/)
## Local Developing
All actions should be executed from the source directory of the project and only after installing all requirements.
1. Firstly, create and activate a new virtual environment:
```bash
python3.11 -m venv ../venv
source ../venv/bin/activate
```
2. Install packages:
```bash
pip install --upgrade pip
pip install -r requirements.txt
```