# BooksStatus **Repository Path**: EveryTian/BooksStatus ## Basic Information - **Project Name**: BooksStatus - **Description**: CLI 读书进度管理 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BooksStatus ![](https://img.shields.io/badge/Python-2.7,%203.6-blue.svg) ![](https://img.shields.io/badge/OS-Windows,%20Linux-g.svg) CLI 读书进度管理 / CLI Reading Progress Management 很久以前为了看纸质书随手写的自用程序,基于命令行的一个非常简陋的读书进度管理,修修补补支持了一下 Linux 和 Py2。 ## Looks Like: ![Linux](readme-info.png) And here is a presentation: ![](readme-pre.gif) ## Installation ```shell git clone https://github.com/EveryTian/BooksStatus.git cd BooksStatus python setup.py install ``` Yes, just use `python`, neither `python2` nor `python3`, just the default `python`. And also yes, please not use `pip install git+`. Or you can download [install.cmd (https://raw.githubusercontent.com/EveryTian/BooksStatus/master/install.cmd)](https://raw.githubusercontent.com/EveryTian/BooksStatus/master/install.cmd) and execute it. For example, on Linux: ```bash curl https://raw.githubusercontent.com/EveryTian/BooksStatus/master/install.cmd | bash ```