aymanizz / empyro

terminal emulator in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empyro

Terminal emulator in python. Still in early development stage.

Requirements

a requirements-dev.txt is provided. although not required as the only dependency is used by SurfaceTerminal, an implementation of the Terminal ABC.

pip install -r requirements-dev.txt

Running The Tests

run the script tests.py, which will discover any module inside the package empyro and run its doctests.

Running an Example

To run any of the examples, say examples/basic.py, run it as a module from top directory:

python -m examples.basic

Acknowledgements

I drew inspiration from these two great projects:

License

MIT License. see LICENSE.

About

terminal emulator in python

License:MIT License


Languages

Language:Python 100.0%