Termfx Reader
Ever wanted to define a variable or a function in a string?
Report Bug · Request Feature
Features
- Reads functions with multiple arguments
- Reads str/int variables
Installation
pip install -U git+https://github.com/dropout1337/termfx-reader
Usage
import termfx
registry = termfx.New()
registry.register_variable("username", "root")
registry.execute("hello <<$username>>")