Simple screenshot application
It's a simple screenshot app that allows you to take screenshots in a easy way.
Application was built with:
- Python
- PyQt5
- Pillow
Install the libraries with the command:
pip install -r requirements.txt
or:
python -m pip install -r requirements.txt
- Clone the repo:
git clone https://github.com/PibedeBarr10/screenshot-app.git
- Install prerequisites
- Open the app:
python app.pyw