/Comic_Reader

A Comic Reading Application that scrapes and preloads data resulting in 0 loading times for the user as well as a built in browser reading order guide

Primary LanguagePython

VERSION 1:

  • there is no way of getting back to where you last left off
  • there is no reading guide

VERSION 2:

  • there is a reading guide
  • preloading methodology works, however, Qthread destroyed while active error for some reason

VERSION 3:

  • there is a reading guide (Ctrl + D)

Future Plans:

  • implement a continue from last session feature
  • make proper UI (have reader in the middle with controls as toggleable)

KEYBOARD SHORTCUTS
ALT + LEFT: PREV ISSUE
ALT + RIGHT: NEXT ISSUE
CTRL + D: SWITCH TO/FROM READING GUIDE
CTRL + W: CLOSE APP