a MadLibs game made of python, it takes the entred words and fill blanks in a particular story, without the user know its usage, and then a hilarious and funny story comes out as output. You have a GUI made using tkinter and +6 Stories to choose from, and more comfortability than before
- Make Sure You're Using Python3
- Clone the Project by this command :
git clone https://github.com/ImineAmazigh/MadLibs.git MadLibs
3. Install requirement.txt using the following command :
pip install -r requirements.txt
Or install Tkinter Directly :
pip install tkinter
And We're Done :)