Usage and InstallationΒΆ

You can install this package using `PyPI`_. Simply run the following:

$ pip install pynterface

Now, you can import it into python using:

import pynterface

# for individual sub-part imports
import pynterface.loading
import pynterface.style
import pynterface.menu
import pynterface.printing
import pynterface.input

Read the Documentation for more information!