import manga109api from pprint import pprint # (0) Instantiate a parser with the root directory of Manga109 manga109_root_dir = "YOUR_DIR/Manga109_2017_09_28" p = manga109api.Parser(root_dir=manga109_root_dir) # (1) Book titles print(p.books) # Output: ['ARMS', 'AisazuNihaIrarenai', 'AkkeraKanjinchou', 'Akuhamu', ... # (2) Path to an image (page). print(p.img_path(book="ARMS", index=3)) # the 4th