Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzareldeveloper/screenshot-tool
Proyek-15 | Hari-15 | 50 Proyek Python
https://github.com/dzareldeveloper/screenshot-tool
Last synced: 19 days 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 (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:36:01.000Z (28 days ago)
- Last Synced: 2024-12-24T15:14:03.169Z (28 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- 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