Welcome to my Python Projects Repository! I'm Mohammed Ameen Ul Haq, and this repository showcases a collection of my Python projects, ranging from simple games to practical applications. Each project is an opportunity for me to explore different programming concepts and improve my coding skills.
A classic game that allows users to play against the computer. Implemented using basic Python functions and control flow.
A simple yet functional digital clock built using Python, showcasing real-time display of the current time.
An analog clock representation created with Python, demonstrating graphical programming and event handling.
A two-player game that allows users to compete against each other on a grid, implementing game logic and user input.
An interactive snake game developed using the Tkinter library, where players navigate a snake to collect food while avoiding collisions.
A two-player game where players take turns dropping colored discs into a vertical grid, aiming to connect four in a row.
A simple implementation of the classic card game Blackjack, featuring a text-based interface and basic game logic.
I am continually learning and exploring new concepts, and I have many more projects planned for the future. Stay tuned for updates!
- Python
- Tkinter (for GUI projects)
- Basic Python Libraries
- Clone this repository to your local machine.
- Navigate to the project directory of your choice.
- Run the Python script to start the project.
git clone https://github.com/ameen-abdullah144/Python-Projects-Repo.git
cd [project-directory]
python [project-file.py]