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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file ufterm-0.0.2.tar.gz
.
File metadata
- Download URL: ufterm-0.0.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32b14aa8aaa225b9cae2b7c2f6af2bc34450cd2c56edcad53dc09cd2c66e806e |
|
MD5 | 20d2deb2f6439e7b1ef531fa289ee1e3 |
|
BLAKE2b-256 | 84c36fca7d24581945f294e91af61f49bbc114538b3537bf24ec68c11cfab668 |