Bookmark is app that saves your last pages on a pdf
document. So you can continue reading where you left off.
In order to get rid of phenomenon showed in the picture below
- Python 3.4 or higher
- Firefox Browser
- Selenium
- Jinja2
Development: #Create virtual env virtualenv devenv
#install dependencies
python install -r requirements.txt
Run:
git clone https://github.com/ByK95/bookmark
cd bookmark
pip install -r requirements.txt
python bookmark.py
Install required tools:
pip install coverage
Runing tests:
python -m unittest discover
Coverage:
coverage run -m unittest discover
coverage-badge -o ./tools/coverage.svg
Any contribution is welcome.