This repository contains a collection of small but impactful Python projects aimed at showcasing various programming concepts, libraries, and tools. These projects are perfect for beginners and those looking to enhance their coding skills through hands-on practice.
- Email Validation: Validate email addresses using both standard logic and regular expressions.
- QR Code Generator: Generate QR codes from text or URLs.
- Shutdown App: A Python script to automate system shutdown.
- Speed Test: Measure internet speed using Python.
- Typing Speed Calculator: Calculate typing speed in real-time.
- Text to Handwriting: Convert text into handwriting-like images.
- Python: Core language for all scripts.
- Numpy & Pandas: Libraries for data handling and manipulation (tutorials included).
- Matplotlib & Seaborn: For data visualization.
- Pillow: For image processing in the handwriting project.
- Clone the repository:
git clone https://github.com/Mayborg121/Python_micro_projects.git
- Navigate to the folder of the project you want to run.
- Follow instructions in individual project files to execute the code.
Feel free to fork the repository, make improvements, and submit pull requests!
This project is open-source and available under the MIT License.