Skip to main content

Simple Friendly terminal.py interface

Project description

User Friendly Terminal

Simple module help user to use terminal script.
The library allows to see a Graphical Interface instead of a terminal.

Code example

import ufterm as uft

def command1():
    ...

def command2():
    ...

if __name__ == '__main__':
    uft.add_command(command1)
    uft.add_command(command2)
    uft.loop()

Issues/Bug report or improvement ideas

https://gitlab.com/olive007/user-friendly-terminal/-/issues

License

GNU Lesser General Public License v3 or later (LGPLv3+)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ufterm-0.0.2.tar.gz (11.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page