Pyto has some modules that allows your scripts to interact with the app.
You can use os.system
to run some basic BSD commands.
If you want to import modules or packages you have locally, put the sources on the modules
directory.
You can install other pure Python modules from PyPi. For that, press the "pip" button on the main screen and write arguments you want to pass. For example, for installing a package, type "install 'package_name'".