- Notifications
You must be signed in to change notification settings - Fork1
API for the service Bionic Reader
License
simatheone/bionic-reader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Table of Contents
TheBionic Reading method is not our invention!
The developed service was created as a hobby project and is absolutely free of charge.It is not used for commercial purposes. Anyone can register and use the service absolutely for free!
Bionic Reading is a technique that allows you to highlight a certain number of letters in the text. While reading your brain is focusing on the highlighted letters and completes the words (non-highlighted letters). It can increase your reading speed and understanding of the content.
- transform your text even if you are not logged in;
- save every transformed text in a document and download it as PDF file (account required);
- English and Russian languages are supported;
- up to 59 documents per page;
- email with the unique link if you forgot your password;
- the service is adapted for mobile and tablets.
Application's Frontend can be foundHere made byIgor Shevchenko.
Clone the repo:
$ git clone https://github.com/simatheone/bionic-reader.git
Prepare virtual environment and activate it:
$cd bionic-reader/$ python3.10 -m venv venv
$source venv/bin/activateUpgrade pip and install requrements:
(venv) $ pip install --upgrade pip
(venv) $ pip install -r requirements.txt
See auto-generated documentation for API to get all information about available endpoints and methods.
Have any suggestions that could improve this project? Feel free to fork the repository and create aPull Request.
- Fork the project
- Create yourfeature branch:
git switch -c feature/new_feature
- Commit your changes in aCommit Convention style:
git commit -m"feat: new awesome feature"- Push your branch:
git push origin feature/new_feature
- Open aPull Request
Found a bug? Open aNew issue and describe it there. Your help is much appreciated!
Distributed under the MIT License. SeeLICENSE for more information.
About
API for the service Bionic Reader
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.