https://github.com/dzareldeveloper/screenshot-tool
Proyek-15 | Hari-15 | 50 Proyek Python
https://github.com/dzareldeveloper/screenshot-tool
Last synced: 9 months ago
JSON representation
Proyek-15 | Hari-15 | 50 Proyek Python
- Host: GitHub
- URL: https://github.com/dzareldeveloper/screenshot-tool
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-24T13:34:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:21:00.000Z (over 1 year ago)
- Last Synced: 2025-07-18T19:22:31.591Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-15: Screenshot Tool
**By Codesphered01010**
## Description
This project is a simple **Screenshot Tool** application built using Python and the **tkinter** module for the graphical user interface, along with the **PIL** (Pillow) library for image handling. The application allows users to take screenshots, draw on them, and save the edited images in various formats.
---
## Features
1. **Take Screenshot**
- Users can capture the entire screen.
2. **Draw on Screenshot**
- Users can draw on the captured screenshot using a simple drawing tool.
3. **Save Image**
- Users can save the edited screenshot in formats such as PNG and JPEG.
4. **Clear Canvas**
- Users can clear the canvas to take a new screenshot or start fresh.
5. **Toggle Drawing Mode**
- Users can activate or deactivate the drawing mode.
---
## Requirements
### Python Version
- Ensure that Python 3.x is installed on your system.
### Required Modules
- **tkinter** for the graphical user interface (comes pre-installed with Python).
- **Pillow** for image handling.
Install it using the following command:
```bash
pip install Pillow
### Run Script
```bash
python project-15.py