From 2979c9672bd297ffa5c0e4bb479a814cca05d49d Mon Sep 17 00:00:00 2001 From: kass Date: Tue, 28 Mar 2023 17:01:33 -0400 Subject: [PATCH] Added README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b6232c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# EBook Downloader +This script searches for books on libgen and then downloads them. It supports being run interactivly as well as running with options from the command line. + +### Installing +1. Download/clone the repo +2. `pip install -r requirments.txt` + +### Interactive Mode +1. Run `python main.py` +2. Follow the prompts on screen + +### Unattended Mode +1. `python main.py -b ` \ No newline at end of file