iShibi / read_comic_offline

A python program which downloads comics from readcomiconline website.
MIT License
2 stars 0 forks source link
automation comic-downloader firefox python3 selenium-python

read_comic_offline

GitHub stars GitHub forks GitHub license
## Overview: A python program which downloads comics from [readcomiconline](https://readcomiconline.to/). ## Demo:

gif demo

## Installation - [Firefox](https://www.mozilla.org/en-US/firefox/new/) browser. ## Setup To install all the necessary dependencies run the following cmd in the terminal: ``` pip install -r requirements.txt ``` ## Documentation After installing firefox browser and all the neccessary packages, run the following cmd in the terminal to start the program: ``` python main.py ``` For help regarding the command line arguments and program inputs, run the following cmd in the terminal: ``` python main.py -h ```