A collection of beginner-friendly Python scripts designed to practice fundamental programming concepts like string manipulation, user input, and logic.
| Project Name | Description | Key Concepts |
|---|---|---|
| Mad Libs Generator | A fun, interactive CLI story game. | F-strings, User Input, Variables |
| Upcoming | More projects coming soon... | TBD |
The Mad Libs Generator is an interactive word game where the player provides random words to fill in the blanks of a modern, humorous story about surviving the summer heat.
- Dynamic Storytelling: Uses f-strings to inject user data into a template.
- Modern Style: Written with a funny, relatable tone using emojis.
- Formatted Output: Includes visual dividers for a cleaner CLI experience.
- Ensure you have Python 3.x installed.
- Clone this repository or download the script.
- Run the following command in your terminal:
python madlibs.py
- Language: Python 3
- Tools: Built-in standard library (no external packages needed).
Building this project helped me master:
- Managing terminal-based user input using
input(). - Formatting output strings with
f-strings. - Organizing code structure for a better user experience.
This project is open-source and available under the MIT License.