rotnotes

Script to rename your notes starting from 1 and rotate them so you can view them without rotating everytime


License
MIT
Install
pip install rotnotes==0.2

Documentation

Rename-Notes

Rename-Notes is a python script for students to help them organize their gathered notes and make them Ready to read. It optionally rotates the images in order to view them in portrait fashion.

Usage:

>>>import rotnotes
>>>rotnotes.rename('path_to_your_notes_directory')

or in case you want to rotate the notes:

>>>rotnotes.rename('path_to_your_notes_directory',True)

To begin using, just do:

pip install rotnotes

To install dependencies:

pip install -r requirements.txt