Project that scan LightShot to find interesting images
🏠 Homepage
- At the lauch, user has to select download directory.
- User can choose a start id and end id, by default, it starts from ZZZZZZ to 00000.
- For each image, user tape "S" to save, "N" for next, "P" for previous.
This project use python3.6. You may want to create a virtualenv :
virtualenv -p python3.6 env
source env/bin/activate
and then install the requierements.
pip install -r requirements.txt
If you want some docs about virtualenv, go check their website.
PYTHONPATH=src/ python src/lightshotsniffer.py
PYTHONPATH=$PWD/src pytest --cov=src/ test
black src/ test/
👤 Airthee
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Airthee.
This project is WTFPL licensed.
This README was generated with ❤️ by readme-md-generator