Terminal package
Project description
KevTerminal
How to add custom commands:
Define a function that has an args parameter with its default as None. ex: def testcmd(args=None): print("test worked")
Add the command to the command_handler by using the build_commands function. ex: command_handler.build_commands([ command_handler.CommandObject( cmd_name='Test', cmd_type=command_handler.CommandType.Single, cmd_help='Test: Help', cmd_func=testcmd) ])
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file terminalpackagehamderber-0.0.2.tar.gz.
File metadata
- Download URL: terminalpackagehamderber-0.0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17bb474e93e308d72c5b38f76df96b299e946c2d78c0f54a4a9f85af861e6c64
|
|
| MD5 |
be8e9f126c76d1c1e67237eb57178e06
|
|
| BLAKE2b-256 |
74e9d43c086be9b661227598e80b2e382d004a00a7bd3d71a6d150eb824cb2b2
|
File details
Details for the file terminalpackagehamderber-0.0.2-py3-none-any.whl.
File metadata
- Download URL: terminalpackagehamderber-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe849cf04f8082709d8a6f5f313edc9d8412d4868b892b2f03520b814327f6a9
|
|
| MD5 |
2220b1603f057332c3322b7f40b37e16
|
|
| BLAKE2b-256 |
45175a969536110af3251681f3625139970d79ecc654cf0d41aede1e2bbce1ca
|