Skip to content

ragineedarade/Python-Collection-of-all-small-projects

Repository files navigation

Python Projects Collection 🚀

Welcome to my Python Projects repository! 🎉 This repository showcases more than 10 small yet impactful Python projects, each designed to solve a unique problem or demonstrate a specific skill set in Python programming.

📂 Projects List

  1. Translator Tool A simple translator application using Python's googletrans library. Features:

Supports multiple languages Easy-to-use interface 2. Draw Shapes A fun project using the turtle library to draw various shapes and patterns. Features:

Dynamic shape generation Adjustable size and colors 3. Internet Speed Checker A tool to measure internet upload and download speeds using the speedtest module. Features:

Provides real-time speed results Lightweight and accurate 4. Instagram Summary Creator Generates a summary of an Instagram profile using web scraping. Features:

Fetches followers, posts, and engagement stats Requires login credentials for private profiles 5. Citizen Verification Tool A Python application to verify citizen details through basic input validation and database integration. Features:

Supports multiple input types Data validation and storage 6. To-Do List Manager A basic task manager to keep track of your daily to-dos. Features:

Add, remove, and mark tasks as completed Persistent storage using text files 7. QR Code Generator Generates QR codes for text, URLs, and more using the qrcode library. Features:

Customizable size and color Save QR codes as images 8. PDF to Text Converter Extracts text from PDF files using PyPDF2. Features:

Supports multiple PDF files Saves extracted text as a .txt file 9. Email Sender Script Automates email sending using Python's smtplib and email modules. Features:

Supports attachments Secure with encrypted connections 10. Weather Info Fetcher Fetches real-time weather data for any city using the OpenWeatherMap API. Features:

Provides temperature, humidity, and conditions User-friendly interface 🚀 How to Use Clone the repository: bash Copy code git clone https://github.com/username/python-projects.git cd python-projects Navigate to a specific project directory. Follow the individual project README or run the main script with: bash Copy code python main.py 💻 Requirements Python 3.x Dependencies specified in requirements.txt (Install them using pip install -r requirements.txt) 🎯 Future Additions More projects in machine learning and AI Enhancements to existing tools 📬 Contact If you have any feedback or queries, feel free to contact me:

Email: [email protected] LinkedIn: raginee_darade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages