This repository contains a collection of basic Python projects with well-thought-out solutions. These projects are ideal for beginners looking to practice and enhance their Python skills.
Here are some of the projects included in this repository:
- Snake Water Gun Game
- Character Input
- Odd or Even
- List Less Than a Number
- Divisor Finder
- List Overlap
- Palindrome Checker
- List Comprehensions
- Scissor Paper Rock Game
- Number Guessing Game
- Primality Test
- Fibonacci Sequence Generator
- Password Generator
- Binary Search Algorithm
- Tic Tac Toe Game
- Birthday Dictionary
And many more...
-
Clone the repository:
git clone https://github.com/Darshan-KC/python_basic.git
-
Navigate to the project directory:
cd python_basic
Each project is contained in its own Python file. You can run any of the scripts using Python. For example:
bash python 01_snake_water_gun.py
Contributions are welcome! If you have any improvements or new projects to add, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-new-project
-
Commit your changes:
git commit -m "Add new project"
-
Push to the branch:
git push origin feature-new-project
-
Open a pull request.