/screeny.py

a simple app to create screenshots

Primary LanguagePythonMIT LicenseMIT

Screeny.py

Screeny.py a simple app to make screenshots written in python using PyQt5

how to run

run python -m venv env to create an envirment
then run source env/bin/activate for unix
or .\env\Scripts\activate for windows systems.
after that you need to run pip install -r requirements.txt to install all the dependencies
then you can finally run python src/main.py to run the application (f10 is the default key to activate screenshot mode)