Added example and updated readme

main
Graham Helton 2 years ago
parent 3a80f8efc2
commit 6c06cc52e9

@ -1,13 +1,25 @@
# Installation
## Make sure you're running python version 3.10!
Installing python3.10
```bash
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update && sudo apt upgrade -y
sudo apt update -y
sudo apt upgrade -y
sudo apt install python3.10
sudo apt install pip3
python3.10 --version
```
## Installing dependencies
```bash
pip install -r requirements.txt
```
## Run e2g.py
```bash
python3.10 e2g.py
```
python e2g.py
pip3 install requests
pip3 install beautifulsoup4
pip3 install colorama
# Usage
##
![e2g running](./e2gExample.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Loading…
Cancel
Save