1 2 3 4 5 6 7 8 9
#!/usr/bin/env python """ This is the most simple example possible. """ from prompt_toolkit import Application app = Application(full_screen=False) app.run()