https://github.com/nikoo-asadnejad/python_scripts
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.
https://github.com/nikoo-asadnejad/python_scripts
grammar-checker pomodoro-timer pyhton python-script screenshot-taker scripts todolist
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/nikoo-asadnejad/python_scripts
- Owner: Nikoo-Asadnejad
- Created: 2025-06-03T18:25:47.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-07-10T11:20:45.000Z (3 months ago)
- Last Synced: 2025-07-26T09:13:20.175Z (2 months ago)
- Topics: grammar-checker, pomodoro-timer, pyhton, python-script, screenshot-taker, scripts, todolist
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐍 Python Utility Scripts
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.
## 📜 Scripts Overview
### 1. `meal_planner.py`
Helps users plan their meals efficiently, potentially integrating nutrition goals or weekly menus. Useful for those seeking healthier, organized eating habits.### 2. `grammer_checker.py`
A lightweight grammar checking utility that analyzes English text for common grammar mistakes. Ideal for students, writers, or developers working with English content.### 3. `pomodro_timer.py`
A basic Pomodoro timer that helps boost productivity using the Pomodoro technique. Break your work into focused intervals with short breaks to maintain efficiency.### 4. `screenshot_taker.py`
Automatically takes a screenshot of the screen and saves it to disk. Great for creating quick captures, tutorials, or monitoring tasks.### 5. `smart_todo_list.py`
An intelligent to-do list manager with possible features like task prioritization or categorization. Helps users track tasks, deadlines, and daily goals efficiently.---
## ⚙️ Requirements
These scripts are built using standard Python libraries. However, depending on enhancements, some may require installation of external packages such as:
```bash
pip install pyautogui
pip install language-tool-python