Update README.md

This commit is contained in:
Jarjar 2023-02-05 17:55:18 +01:00 committed by GitHub
parent 6b041cb82f
commit 2afd24cce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,13 @@
# GlobalExamBot
# <p align="center">GlobalexamBot</p>
Bot for the website Globalexam. It helps to spend more than 20 hours on it by reading sheets.
## 🛠️ Install Dependencies
```bash
python -m pip install -r requirements.txt
```
You also need to install google chrome v104.x
## 🧑🏻‍💻 Usage
```bash
python main.py -u <username> <password>
```