Closed Charul00 closed 1 week 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!
Can you please assign it to me? I want to work on it.
@AnujSaha0111 i already working on it so please look for another issues
✅ 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!
: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 🐍
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.
Email Sender Script
Automates the process of sending emails using Python's
smtplib
andemail
libraries. The script can be customized to send emails with attachments, CC, and BCC.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.
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.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.
Port Scanner
A Python script that scans a given IP address or domain for open ports, useful for security analysis and learning about networking.
PDF Merger
A script that merges multiple PDF files into one using the
PyPDF2
library, useful for organizing and managing documents.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. 😎