Welcome to the Python Projects repository by sunilnarayan419-ui!
This repo contains a collection of Python programs and learning examples that demonstrate various concepts such as APIs, object-oriented programming, utilities, games, and more.
#Contents
Below are some of the sample projects you might find in this repository:
- Alarm Clock — A simple alarm clock built using Python and
pygame - API Demo (PokéAPI) — Shows how to connect to an external API using Python and
requests - Dice Roller — Simulates rolling dice with ASCII art
- OOP Examples — Demonstrations of classes, inheritance, and multiple inheritance
- Other Python utilities and practice scripts
Note: If you don’t see these in the repo yet, feel free to add them!
To run most Python scripts in this repository, follow these steps:
- Clone the repository:
git clone https://github.com/sunilnarayan419-ui/python.git cd python