Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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