Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mechiuw/python.screenshot-demo

Screenshot app demo
https://github.com/mechiuw/python.screenshot-demo

Last synced: 3 days ago
JSON representation

Screenshot app demo

Awesome Lists containing this project

README

        

# Screenshot App

## Overview

The **Screenshot App** is a simple Python application that allows users to take and save screenshots. This application features a user-friendly GUI built with `tkinter` and captures screenshots using the `pyscreenshot` library.

![Screenshot of the App](https://github.com/Mechiuw/Python.ScreenShot-DEMO/blob/master/assets/full%20demo.png)

## Features

- **Capture Full Screen**: Take a screenshot of the entire screen.
- **Save Anywhere**: Choose the location to save the screenshot and select the file format.
- **Simple GUI**: User-friendly interface created with `tkinter`.

## Requirements

- **Python**: Make sure you have Python installed (version 3.6 or above recommended).
- **Libraries**:
- `pyscreenshot`
- `Pillow`
- `tkinter` (comes with Python)

You can install the required libraries using `pip`:

```sh
pip install pyscreenshot Pillow