Geeky-Sam01 / Madlibs

Madlibs in Python using tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Madlibs(Tkinter)

Mad libs generator is a fun game that is usually played by kids.

In this python game user has to enter substitutes for blanks in the story without knowing the story. It will be fun to read aloud the stories after filling the blanks.

Python Mad Libs Generator

The objective of this project is to develop a Mad Libs Generator python project. In this project, the user first has to pick a story by the title of the story. Then the user has to enter specific words like a noun, adverb, verb, food, adjective, etc, according to the requirements. And then the story will be generated.

This is a python project for absolute beginners and is developed using the basic concept of python and tkinter.

Project Prerequisites

Tkinter is a GUI Python library used to build GUI applications in the fastest and easiest way. To install the library, you can use the pip install command in command line:

pip install tkinter

After installing run the python program MyApp.py.

About

Madlibs in Python using tkinter


Languages

Language:Python 100.0%