Skip to content

kaiwalyani/PythonProjects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonProjects

Welcome to PythonProjects, a repository filled with exciting and educational Python projects suitable for developers of all levels. Whether you're a beginner embarking on your Python journey or an intermediate developer seeking to enhance your skills, this collection has something for everyone!

Table of Contents

Beginner Level Projects

Rock Paper Scissors

Challenge the computer to a classic game of rock-paper-scissors and test your luck. Simple yet entertaining for a quick gaming break.

Hangman

Guess the word before the stick figure is fully drawn! A perfect project for practicing loops and conditionals.

Caesar Cipher

Explore the world of cryptography by encrypting and decrypting messages using the famous Caesar Cipher. A beginner-friendly introduction to the fascinating field of code-breaking.

Blackjack

Experience the thrill of the casino with a simple text-based Blackjack game. Perfect for learning about game logic and conditional statements.

Password Generator

Ensure your online security with a custom password generator. Create strong and secure passwords effortlessly.

Guess the Number

Challenge the computer to pick the correct number within a limited range. Test your guessing skills with this number-guessing game.

Vigenere Cipher

Delve deeper into cryptography by encrypting and decrypting messages using the Vigenere Cipher. A great project for cryptography enthusiasts.

Modified Vigenere Cipher

Take on the challenge of encrypting messages using a modified Vigenere Cipher. A fun project for those who love puzzles and cryptography.

Tic Tac Toe

Enjoy a classic game of Tic Tac Toe with friends. A simple and lightweight game suitable for any machine.

Typing Speed and Accuracy Test

Sharpen your typing skills with a speed and accuracy test. Practice file handling and string manipulation while improving your typing proficiency.

Memory Tiles

Test your photographic memory with this nostalgic game of matching pairs of tiles. Learn tkinter for GUI and game logic in Python.

Intermediate Level Projects

Snake Game

Take a trip back to the retro gaming era with a classic Snake Game. Dive into event-driven programming and user input handling.

Pong Game

Test your reflexes with a classic Pong game. Explore game physics and collision detection in this timeless project.

Quiz Game

Create and play quizzes with a simple quiz game. Dive into file handling and user interaction in this educational project.

Type Speed Test

Challenge yourself with a typing speed test. Choose your difficulty level and start typing! The project is based on a simple GUI using tkinter.

Turtle Crossing Game

Embark on a mini-game adventure in Python, incorporating OOP and the Turtle module. Help a turtle cross the street safely.

Hirst Painting Generator

Create mesmerizing Hirst-inspired paintings with random color patterns. Explore the world of turtle graphics and artistic programming.

Coffee Machine Simulator

Simulate a coffee machine with customizable drink options. Perfect for practicing object-oriented programming and user interfaces.

Num Sherlock

Engage your mind with a number-based game featuring Sherlock Holmes. Learn GUI with pygame, game logic, and conditional statements.

Drowsiness Detection

Detect drowsiness by analyzing eyes and receive alerts. Enhance your understanding of computer vision with this valuable project.

Contributing

We invite and encourage contributions from the community! Whether you want to add a new project, improve existing code, or fix a bug, your contributions are invaluable.

To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or fix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Description of changes'.
  4. Push to your branch: git push origin feature-name.
  5. Open a pull request on GitHub.

Let's build and learn together! Happy coding!

About

Python Programs

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Jupyter Notebook 2.5%
  • Other 0.9%