Skip to content

This is a set of beginner friendly python projects you can clone!😁❀️

License

Notifications You must be signed in to change notification settings

Mmabiaa/Python_Beginner_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

93 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 Python Beginner Projects

Welcome to the Python Beginner Projects repository! This collection features a variety of beginner-friendly Python projects designed to help you learn and practice essential programming concepts. Whether you're just starting your coding journey or looking to sharpen your skills, these projects are perfect for you!

πŸ“š Table of Contents

πŸš€ Projects Overview

This repository contains the following projects:

  1. Calculator - A simple command-line calculator that performs basic arithmetic operations.
  2. Dice Rolling Simulator - Simulates the rolling of a dice and displays the result.
  3. Number Guessing Game - A fun game where you guess a randomly generated number.
  4. To-Do List - A command-line application to manage your tasks effectively.
  5. Hangman Game - The classic word guessing game.
  6. Password Generator - Generates secure random passwords based on user-defined criteria.
  7. Weather App - Fetches and displays weather information for a given location.
  8. Simple Quiz App - A quiz application that tests your knowledge on various topics.
  9. Text-Based Adventure Game - An interactive story where choices affect the outcome.
  10. Currency Converter - Converts amounts from one currency to another using real-time exchange rates.

And Many More!

πŸ’» Getting Started

To get started with these projects, follow these steps:

  1. Clone this repository to your local machine:
  git clone https://github.com/mmabiaa/Python_Beginner_Project.git
 cd python-beginner-projects 
  1. Choose a project folder to explore and run:
  2. Run the project (example for the Calculator):

πŸ“ Project Structure

Each project is organized in its own directory and includes:

  • A main Python file (e.g., calculator.py)
  • A README file with instructions specific to that project
  • Any necessary assets or resources (e.g., images, data files)

🀝 Contributing

Contributions are welcome! If you'd like to contribute to this repository, please follow these steps:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

Please ensure your code follows Python's PEP 8 style guide and includes appropriate comments.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to explore, learn, and have fun with these projects!

About

This is a set of beginner friendly python projects you can clone!😁❀️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages