Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 382 Bytes

Joke-Generator

A Short Joke Generator working with the Joke API

Installing the dependencies

to install the dependencies use the following command:-

pip install -r requirements.txt

How to Use

1.to use it run the 'joke.py' file.

  1. A request will be made to the joke API.

  2. the 'setup' and 'punchline' of the joke will be printed.

  3. YOU GOT YOURSELF A JOKE!!