kPython is a single-line Python command interpreter. Just like iPython, kPython is simply a wrapper of Python. Although it can only process single isolated commands, by writing plugins, kPython can become a powerful Swiss Army knife.
- Clone this repo:
git clone https://github.com/Ki-Seki/kPython.git
- Change directory to:
./src/
- Run kPython.py:
python kPython.py
Name | DEMO |
---|---|
chat | |
arxiv_yesterday |
-
kpython_help
show all docs of plugin. - Use
rich
library to format all ouputs.