https://github.com/grenadieren/venedi-shell
A (somewhat) powerful console shell
https://github.com/grenadieren/venedi-shell
command-line console python shell
Last synced: 2 months ago
JSON representation
A (somewhat) powerful console shell
- Host: GitHub
- URL: https://github.com/grenadieren/venedi-shell
- Owner: grenadieren
- License: gpl-3.0
- Created: 2024-10-19T16:40:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T20:16:02.000Z (over 1 year ago)
- Last Synced: 2025-02-11T04:11:37.198Z (over 1 year ago)
- Topics: command-line, console, python, shell
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Venedi Shell
## Features
- Basic file management utilities
- Web requests/scraping
- 25+ Commands
- Running python code, inside the shell
[](https://opensource.org/licenses/)


## Dependencies
They will increase as the project grows.
```bash
pip install shutil
pip install cmd
pip install requests
pip install psutil
```
## FAQ
#### When will it be released?
I really don't know. Most likely after version 0.10
#### Why make it if we have the Windows/Linux terminal?
First of all. It's my personal project. Second. I want to make a terminal with lots of useful features, which will be far more easy to use than in the WIndows Terminal, or with Bash
#### When will it stop being maintained?
Probably never.
## Authors
- [@grenadieren](https://www.github.com/grenadieren)
## Documentation
[Documentation](https://linktodocumentation)