Python-Scripts
Python-Scripts copied to clipboard
A curated list of python scripts for automating your tasks
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 23.0.0. Release notes Sourced from gunicorn's releases. 23.0.0 Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety You're invited...
# **PR Title** Added Counting Sort Algorithm in Python ## **Summary** Implemented the Counting Sort algorithm using a class-based approach in Python. The algorithm efficiently sorts non-negative integers by counting...
**Is your feature request related to a problem? Please describe.** I often have a batch of files that need to be renamed according to a specific pattern, but manually renaming...
**Is your feature request related to a problem? Please describe.** I frequently need to locate specific keywords or phrases within text-based files spread across multiple directories, which is time-consuming without...
# PR Title Added Merge Sort in the Sorting directory and added README file for TCP Chat Server. ## Summary I have added a new sorting algo in Sorting directory...
I would like to add a script that detects and blurs faces in images, videos, and webcam feeds using OpenCV and deep learning.
Bumps [keras](https://github.com/keras-team/keras) from 3.6.0 to 3.9.0. Release notes Sourced from keras's releases. Keras 3.9.0 New features Add new Keras rematerialization API: keras.RematScope and keras.remat. It can be used to turn...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...
I would like to add a script that enables voice recognition and audio processing, allowing users to convert their speech into text in real time. Additionally, the script will support...
Bumps [spotipy](https://github.com/plamere/spotipy) from 2.23.0 to 2.25.1. Release notes Sourced from spotipy's releases. 2.25.1: CVE-2025-27154 Security CVE-2025-27154 – Cache file permissions tightened: now 600 (user read/write only) instead of 644, preventing...