This repository contains a collection of my first Python projects from my time at university.
These projects were created as part of my learning journey to practice programming fundamentals, improve problem-solving skills, and explore different areas of software development.
They include simple scripts covering basic algorithms, user input handling, API usage, automation, and introductory computer vision using OpenCV.
A simple program that tests keyboard alphabet inputs and demonstrates basic input handling in Python.
Checks whether a number is an Armstrong number using loops and conditional statements.
Fetches real-time weather data using an API and displays it in the terminal.
A utility script created to practice Python functions and user input handling.
A computer vision project that detects faces using OpenCV and a webcam.
Captures images from a computer camera using Python.
A simple interactive game built to practice loops, logic, and user interaction.
Counts the number of vowels in a word or sentence entered by the user.
- Python 🐍
- OpenCV (Computer Vision)
- APIs (Weather integration)
- Basic Algorithms and Problem Solving
- Install Python 3.x
- Clone this repository:
git clone <your-repo-link>