A package to create custom shells
Project description
CustomShellCreator
About
CustomShellCreator is a module that allows you to create a custom shell
Author
The author is chinmaym505
License
CustomShellCreator has been released under the Apache Software License
How to use this module
import CustomShellCreator.shell as shell
myShell = shell.shell({command (type: string):[has arguments? (1 for yes 0 for no),variable to store argument (type: string, keep as empty string if no argument)),code to run for command (type: string)], (other things if any)})
myShell.run()
Example
import CustomShellCreator.shell as shell
myShell = shell.shell({"sayHi":[1,"name","""print(f"Hello there, {name}!")"""],"sayMeow":[0,"","""print("meow!")"""]})
myShell.run()
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
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 CustomShellCreator-0.0.5.tar.gz.
File metadata
- Download URL: CustomShellCreator-0.0.5.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1a6892638a95da2b7531c2b535deed07f26bb62c23e48c3dd3f2a90f8d15564
|
|
| MD5 |
223a94976966915dc9be9bedef15f2d9
|
|
| BLAKE2b-256 |
240bd2827affa79272725a05d9c003bd1d278dbf1e8bfad8c6db03f2f3153da3
|
File details
Details for the file CustomShellCreator-0.0.5-py3-none-any.whl.
File metadata
- Download URL: CustomShellCreator-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd098a2b2024f28c8e469d2d0909fb01faa4d09961e6c91d3753ccd83c58f119
|
|
| MD5 |
a5442b0675ee91339e0a2c2a40117fa1
|
|
| BLAKE2b-256 |
1405685c6c90aa34b6412be362f1d0ac571cc3a73e1b03cffc7368602e6a5443
|