From a4d3cf504ad26f0f5948a21c28fa9d10a91ae063 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Tue, 24 Sep 2019 16:53:04 -0400 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6544847 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# pyShelf +A simple terminal based ebook server + +Frusterated with Calibre being my only option for hosting my eBook collection, I have decided to spin up my own. + +Calibre is a great organizational tool for your books, however not having a terminal based option for running and maintaining +a server is cumbersome when running on older equipment. Thus I am creating pyShelf and I hope to be able to provide all +the functionality required to organize and host all your local ebooks. + +I am open to and hoping for community help in the design and execution of this program.