Python-Scripts
Python-Scripts copied to clipboard
A curated list of python scripts for automating your tasks
This code illustrates the Pigeonhole Sort algorithm: - It first identifies the minimum and maximum values in the input array to determine the range of values. - Then, it creates...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
A simple readme file for word to pdf convertor for beginners Contribution towards hacktoberfest
Send Bulk email using [email.mime](https://docs.python.org/2/library/email.mime.html) to structure our email message.
The basic idea is that computers have IP addresses and subnet masks. This indicates what IP addresses are on a local area network. So, for example if given an IP...
A tool for subdomain enumeration and technology stack identification is a valuable asset for both security professionals and web developers. Such a tool typically performs the following functions: * Subdomain...
Add a .gitignore file for this python code