This repository contains a collection of simple yet useful Python scripts built to improve daily productivity and streamline routine tasks. Each script is self-contained and focuses on a specific function, making it easy to understand, use, and extend.
Helps users plan their meals efficiently, potentially integrating nutrition goals or weekly menus. Useful for those seeking healthier, organized eating habits.
A lightweight grammar checking utility that analyzes English text for common grammar mistakes. Ideal for students, writers, or developers working with English content.
A basic Pomodoro timer that helps boost productivity using the Pomodoro technique. Break your work into focused intervals with short breaks to maintain efficiency.
Automatically takes a screenshot of the screen and saves it to disk. Great for creating quick captures, tutorials, or monitoring tasks.
An intelligent to-do list manager with possible features like task prioritization or categorization. Helps users track tasks, deadlines, and daily goals efficiently.
Monitors Kubernetes pods and automatically restarts any stuck in a CrashLoopBackOff state. Ideal for maintaining application uptime and ensuring self-healing workloads.
Scans recent log files for errors and identifies sudden spikes in failure rates. Useful for proactive monitoring and quick troubleshooting in production environments.
Cleans up dangling or unused Docker images to free up disk space. Helps keep Docker hosts lean and optimized for CI/CD pipelines.
Searches through a Git repository to detect sensitive information like passwords, tokens, or API keys before they are committed. Great for improving security and preventing accidental leaks.
These scripts are built using standard Python libraries. However, depending on enhancements, some may require installation of external packages such as:
pip install pyautogui
pip install language-tool-python