Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

A curated list of python scripts for automating your tasks

Results 174 Python-Scripts issues
Sort by recently updated
recently updated
newest added

# PR Title Give a title to your PR ## Summary summary... ## Description ### The changes are as follows: - Change 1 - Change 2 ## Checks ### in...

**Overview** This PR updates the Web Scraper README to provide comprehensive documentation for both the traditional web scraper and the new Google Custom Search scraper. It includes usage instructions, prerequisites,...

# PR Title fix script reference links ## Summary summary... updated the reference links for scripts in README.md ## Description updated the reference links for scripts in README.md since they...

This PR adds a missing verb and period to a sentence in the README file for clarity and correctness.

A pretty Basic Minesweeper game written in Python for console. Purpose of the Contribution This Pull Request introduces a fully-functional Minesweeper game implemented in Python. The script allows the user...

**Is your feature request related to a problem? Please describe.** Extraction of insights such as sentiment, categories, and concepts from texts and presentation in CSV files **Describe the solution you'd...

Bumps [keras](https://github.com/keras-team/keras) from 3.6.0 to 3.12.0. Release notes Sourced from keras's releases. Keras 3.12.0 Highlights Keras has a new model distillation API! You now have access to an easy-to-use API...

dependencies
python

This pull request adds a new Python script named number_guessing_game.py that implements a simple Number Guessing Game. In this game: - The program randomly selects a number within a specific...

Refactor PDF utility script with improved structure and error handling - Added docstrings for merge_pdfs and split_pdf functions - Improved filename handling using os.path.splitext - Implemented error handling for file...

This PR adds a new script, **PDF Image Extractor**, which recursively scans a directory tree for PDF files and extracts all embedded images from each document. - All extracted images...