Python-Scripts
Python-Scripts copied to clipboard
A curated list of python scripts for automating your tasks
**Is your feature request related to a problem? Please describe.** I often find it tedious to share Wi-Fi passwords with friends or family, especially when typing complex passwords manually. There...
# PR Title fix: reorder script list in README.md alphabetically ## Summary Sorted the list of scripts in the README.md file in alphabetical order as per issue #58. ## Description...
# PR Title Add Wi-Fi Password Extractor and QR Code Generator Script ## Summary This PR adds a new Python script that extracts saved Wi-Fi profiles and passwords from a...
Used Segoe UI font and bold weight for better clarity. Set background to a modern dark color (#1e1e2f). Used cyan foreground (#00FFCC) for better readability and glow effect. Added padding...
**Is your feature request related to a problem? Please describe.** I'm often frustrated when I need to manually search through large PDF documents to find specific keywords or phrases, especially...
Refactored the code into clear, modular functions: get_user_input(), calculate_future_value(), and main(). Replaced repetitive prints with emoji-enhanced UI prompts for better readability. Added basic input validation and error handling. Applied consistent...
Renamed functions to follow snake_case naming and better clarity. Replaced global variables and nested conditions with modular pure functions for each conversion path. Added input validation for temperature and conversion...
# Face Blurring Tool - AI-Powered Privacy Protection with Real-time Processing ## Summary Added a comprehensive face blurring tool that automatically detects and blurs faces in images, videos, and live...
# 🚀 Add video_contact_sheet: Generate contact sheets from videos using keyframes ## Summary This PR introduces a new advanced utility script video_contact_sheet which generates visual contact sheets from video files...
# PR Title Add feature: Count words in extracted text ## Summary This PR adds a new feature to count the number of words in the extracted text. ## Description...