Metadata-Version: 2.1
Name: nblogic
Version: 1.0.14
Summary: NBLOGIC for the win
Home-page: UNKNOWN
Author: Thanawat Petchuen
Author-email: thanawat1petchuen@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Requires-Dist: art
Requires-Dist: mechanicalsoup


# NBLOGIC

The integration of KLOGIC and ICIT service for using information in various way.
This program run on Python 3 and terminal use-only 
JSON output is provided for back-end calling


## Prerequisites

This program needs Python 3 and following libraries

* [MechanicalSoup](https://mechanicalsoup.readthedocs.io/en/stable/) - A Python library for automating website interaction
* [art](https://pypi.org/project/art/) - Used to generate ASCII art


### Installing

First, install this project by pip

```
pip install nblogic
```

### Note

Add apiMode and JSON language (1.0.9)

## Authors

* **Thanawat Petchuen** - [Thanawat(GitHub)](https://github.com/thanawatpetchuen) - [Thanawat(Bitbucket)](https://bitbucket.org/thanawatpetchuen/) 


## License

This project is licensed under the MIT License 



