A small bot to create profile picture using Penguin logo.
This repo uses virtualenv
Installation of the dependencies required for the project:
# activation of the virtual environment
... $> source venv/bin/activate
# installation of dependencies (only after having activated the virtual environment!)
(venv) ... $> pip install -r requirements.txt
Then, to launch the bot sumply type:
# installation of dependencies (only after having activated the virtual environment!)
(venv) ... $> python main.py
Don't forget to add a ".key" file at the root of the project with discord bot key in it !