Welcome to Wizardly Insults, a Python app that creates random insults using an external API. I built this app to improve my programming skills and gain practical experience with the requests
library, making learning more enjoyable.
- Python 3.x
- Dependencies listed in
requirements.txt
Clone the repository:
git clone https://github.com/cyberllloner/wizardly-insults.git
Change the directory:
cd wizardly-insults
Install the required dependencies:
pip3 install -r requirements.txt
Run the application using the following command:
python3 wizardly-insults.py
- Thanks to Matt Bas for providing the insult API
GNU General Public License v3.0. See the LICENSE file for more details.