Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.04 KB

Wizardly Insults🧙‍♂️

Wizardly Insult

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.

Requirements

  • Python 3.x
  • Dependencies listed in requirements.txt

Installation

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

Usage

Run the application using the following command:

python3 wizardly-insults.py

Acknowledgments

  • Thanks to Matt Bas for providing the insult API

License

GNU General Public License v3.0. See the LICENSE file for more details.