Python Terminal Emulator with Enhanced Developer Utilities
Project description
CMosSkillAV2 Terminal Emulator
A Python package that provides an enhanced terminal emulator with built-in file operations, Python execution, and developer utilities.
Features
- File Operations: Built-in commands for managing files and directories (cd, ls, mkdir, touch, rm, cat)
- Python Execution: Run Python scripts or execute Python code directly in the terminal
- Package Management: Manage Python packages with built-in pip integration
- Syntax Highlighting: Color-coded output for better readability
- Tab Completion: Command and path completion with Tab key
- Command History: Navigate through previously entered commands
Installation
pip install cmosskillav2
Usage
After installation, you can start the terminal emulator with:
cmosskillav2
Or you can run it as a module:
python -m cmosskillav2
Available Commands
File Operations
cd [directory]- Change directoryls [directory]- List directory contentsmkdir [-p] directory- Create directorytouch file [file2 ...]- Create empty file(s)rm [-r] file_or_directory- Remove file(s) or directorycat file [file2 ...]- Display file contents
Python Execution
python script.py [args]- Execute Python script file>>> [python_code]- Execute Python code inlinepyshell- Start interactive Python shell
Package Management
pip install package- Install Python packagepip uninstall package- Uninstall Python packagepip list- List installed packagespip freeze- Output installed packages in requirements format
Shell Built-ins
help [command]- Display help for commandsexitorquit- Exit the shellclear- Clear the terminal screen
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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 cmosskillav2-0.1.3.tar.gz.
File metadata
- Download URL: cmosskillav2-0.1.3.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb3beb55899019a69bc19462ac24818817fe8962ff634c7e37e2cdcb9a2a8cc0
|
|
| MD5 |
469559cea2462965134fd8fe13b81c88
|
|
| BLAKE2b-256 |
40df936e97f9eef68202a31e57048ef4d110531e16da7a381f8504dd62d4c393
|
File details
Details for the file cmosskillav2-0.1.3-py3-none-any.whl.
File metadata
- Download URL: cmosskillav2-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
960caccc6026219c9f19cf6859a8533a7102bb228eca83f2143b70038748928e
|
|
| MD5 |
a90f325ba1c3fccc0644e83a27abf796
|
|
| BLAKE2b-256 |
acad0be8e5c752ed6d51985b142779a5e48e20d6036b6a4bb528059fa8fc11c6
|