Skip to content

Aayan-Ahmed-17/Python_beginner_projects

Repository files navigation

Python Beginner Projects 🐍

A collection of beginner-friendly Python scripts designed to practice fundamental programming concepts like string manipulation, user input, and logic.

📁 Project List

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

🚀 Mad Libs Generator

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.

Key Features

  • 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.

How to Run

  1. Ensure you have Python 3.x installed.
  2. Clone this repository or download the script.
  3. Run the following command in your terminal:
    python madlibs.py

🛠️ Technologies Used

  • Language: Python 3
  • Tools: Built-in standard library (no external packages needed).

📝 Learning Outcomes

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.

📜 License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages