The Mad Libs Game is a fun and interactive web application that allows users to create their own funny stories by filling in the blanks with various parts of speech. Users can register, log in, and save their generated stories for later viewing.
- Registration: Users can create an account by providing a username and password.
- Login: Registered users can log in to access their saved stories.
- Users can select from various templates and fill in the blanks with nouns, verbs, adjectives, adverbs, and other inputs to generate a unique story.
- The application randomly incorporates magical elements into the stories for added fun.
- Users can save their generated stories and view them later.
- The saved stories are stored in memory during the session.
- Users can choose between light and dark themes for the application interface.
- The selected theme is applied dynamically, enhancing the user experience.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using:
pip install -r requirements.txt
- Run the application using:
streamlit run app.py
- Open your web browser and go to
http://localhost:8501
to access the application.
- Streamlit
- Other dependencies listed in
requirements.txt
This project is licensed under the MIT License.