Ever tried to collect snippets (screenshots) of a tutorial for future purposes (revision). This is simple offline solution for this problem.
-
clone repository
$git clone https://github.com/anumaurya114/useless-tutorial-handler.git
$cd useless-tutorial-handler -
Delete all files from
assets/ -
Steps while capturing snippets:
Runwatchman.pyfile
$python3 watchman.py time
$python3 watchman.py 1
Update interval is set to 1 (sec). Whenever take a new screenshot. Move that file inassets/
watchman.py will handle the naming. -
View the tutorial.
Opentutorial.htmlin browser for view.
Usenextandprevbutton for next snippet and previous snippet respectively.
When no further snippets will be available the page will showno img available
**Note
Only one file change is expected per time interval i.e. Update_interval (in watchman.py)
Currently Update_interval is 1 (in sec).
More functionalities
You can delete any intermediate snippet( single file) watchman.py will re-number all the files.
TODO:
Add an video of working example.