Vahid
Vahid
A brilliant piece of work, but it has too ugly codes. Contributing on this project is so painful. Could you please accept the pull requests about PEP-8 coding style optimizations?...
You may use a lot of TOC generator tools to add a table of contents into the readme because your readme is too long. Another option is to use Sphinx...
A regular python project is consist of a mandatory `setup.py` file and optional: `MANOFEST.in` and `setup.cfg` files.
To keep your project stable across feature requests and commits, it's highly recommended to use a CI, for example: `travis-ci.org`. In addition, the code coverage notation of your project shows...