Skip to content

Simple, beginner-friendly Python projects for learning the basics—variables, logic, small CLI apps, and more.

License

Notifications You must be signed in to change notification settings

Krzysiu-me/PySnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Projects for Beginners


This repository contains beginner-friendly Python projects.

Structure

  • Basic_Examples/
    Short, focused Python examples covering the basics: variables, lists, dictionaries, loops, functions, conditionals, string operations, and more.

  • Basic_Projects/
    Small CLI projects to help you learn and practice: calculator, password generator, number guessing, quiz game, stopwatch, unit converter, and many more.

How to Use

  1. Clone or download this repository.

  2. Make sure you have Python 3 installed.

  3. Open a terminal in this project directory.

  4. To run any script:

    python3 Basic_Examples/FILENAME.py
    # or
    python3 Basic_Projects/FILENAME.py

    Replace FILENAME.py with the script you want to run.

  5. For interactive scripts (ones that use input()), follow the prompts in your terminal.

If you find it helpful, leave a star ⭐ or fork the project!

About

Simple, beginner-friendly Python projects for learning the basics—variables, logic, small CLI apps, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages