UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
MIT License
70 stars 205 forks source link

📃: Add Famous Python Script #135

Closed Charul00 closed 1 week ago

Charul00 commented 1 month ago

:red_circle: Title :
Add Famous Python Scripts

:red_circle: Aim :
To compile a list of popular and useful Python scripts that automate tasks, solve problems, or demonstrate essential programming concepts.

:red_circle: Brief Explanation :
This contribution aims to gather famous Python scripts that are useful for automating common tasks, solving everyday problems, or enhancing productivity. These scripts will serve as a learning resource for developers looking to understand Python's versatility and power. Each script will include a brief description of what it does and its usage.

Famous Python Scripts 🐍

  1. Web Scraper using BeautifulSoup
    This script demonstrates how to scrape data from websites using BeautifulSoup and requests libraries. It extracts information from a webpage and saves it in a structured format.

  2. Email Sender Script
    Automates the process of sending emails using Python's smtplib and email libraries. The script can be customized to send emails with attachments, CC, and BCC.

  3. Bulk File Renamer
    A script that automates renaming multiple files in a directory according to a specific pattern or rule, such as adding a prefix or changing the file extension.

  4. Automated Backup Script
    This script automates the backup of important directories by compressing them into a .zip file and storing them in a specific location.

  5. Todo List Application
    A simple command-line-based Todo list app that allows users to add, remove, and view tasks, demonstrating Python's capabilities in task management.

  6. Port Scanner
    A Python script that scans a given IP address or domain for open ports, useful for security analysis and learning about networking.

  7. PDF Merger
    A script that merges multiple PDF files into one using the PyPDF2 library, useful for organizing and managing documents.

  8. Currency Converter
    A Python script that fetches real-time exchange rates using an API and converts amounts between different currencies.

Screenshots 📷

N/A *********************************************************************** :white_check_mark: **To be Mentioned while taking the issue :** - Full name : Charul Chim - What is your participant role? (Mention the Open Source Program name. Eg. GSOC, GSSOC, SSOC, JWOC, etc.) GSSOC *********************************************************************** Happy Contributing 🚀 All the best. Enjoy your open source journey ahead. 😎
github-actions[bot] commented 1 month ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

AnujSaha0111 commented 1 month ago

Can you please assign it to me? I want to work on it.

Charul00 commented 1 month ago

@AnujSaha0111 i already working on it so please look for another issues

github-actions[bot] commented 1 week ago

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!