iluvpy / screeny.py

a simple app to create screenshots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

a simple app to create screenshots

License:MIT License


Languages

Language:Python 100.0%