PyShell is a lightweight Python-based CLI that enhances the terminal experience with system commands, automation, advance math tools, Artifical Intelligence and network utilities.
Project description
PyShell - Python Based CLI
(initiative by @ansh.mn.soni)
👉 Introduction:
PyShell is a custom-built command-line interface (CLI) that serves as a lightweight yet powerful terminal, developed using Python. It allows users to interact with their system, manage files, process system commands, and perform various utility functions. With a focus on simplicity, speed, and usability, PyShell enhances the standard terminal experience by integrating automation, process management, and network utilities.
🔑 Key Advantages:
1️⃣ Task Scheduling
Preview
2️⃣ Weather Tracking
Preview
3️⃣ in-built Calculator
Preview
4️⃣ Automate Password Generator
Preview
5️⃣ Supports all basic linux commands
lsls -allmkdirtouchrmsysinfonetworketc...
6️⃣ Supports synchronization
list processkill processforce stoprenaming filein between the program
7️⃣ Simple and Clean Terminal
Preview
8️⃣ Play Song right through terminal
Preview
9️⃣ Change terminal Functionality
Preview
🔟 Calculus Operations in Calculator
Preview
1️⃣1️⃣ Stock Monitoring
Preview
1️⃣2️⃣ Short Prompt Feature
Preview
and many more...
🧑💻 How to setup:
1️⃣ Clone the Repository:
pip install pyshellcli
2️⃣ Install all require dependencies:
pip install -r requirements.txt
Now, you are good to go...
How to use:
1️⃣ To experience "pyshell" run:
from pyshell.main import main
main()
2️⃣ Run individual module:
- Equation Solver:
from pyshellcli.equations import Equations
Equations().solve_equation(["x + y = 3; x - y = 3"])
- Playing Song:
from pyshellcli.song import Song
Song().play_song("Janam Janam")
- Plotting Graphs:
from pyshellcli.graphs import GraphPlotter
GraphPlotter().plot_implicit()
- Check Weather:
from pyshellcli.weather import Weather
Weather().get_weather(["Navsari"])
- Check Stock:
from pyshellcli.stocks import Stock
Stock().get_stock_info(["IBM"])
- Play Games:
from pyshellcli.game import Game
Game().play_game()
and many more...
🤝 Contributing to PyShell
Thank you for considering contributing! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m "Add new feature"). - Push to your fork (
git push origin feature-branch). - Submit a Pull Request and wait for review.
📢 Connect with Me
If you found this project helpful or have any suggestions, feel free to connect:
Thankyou 💫
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 pyshellcli-0.3.2.tar.gz.
File metadata
- Download URL: pyshellcli-0.3.2.tar.gz
- Upload date:
- Size: 62.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97d4859eb3d8a5fce32596b75d387d122564001733b66791cab1d4b7d2c60049
|
|
| MD5 |
2ad5ff8bd6c92fd87468713deb2463d9
|
|
| BLAKE2b-256 |
11a7ca698493689af49b3c4f35a752c6a10eac80e222ba933018bd9dda332a80
|
File details
Details for the file pyshellcli-0.3.2-py3-none-any.whl.
File metadata
- Download URL: pyshellcli-0.3.2-py3-none-any.whl
- Upload date:
- Size: 73.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f107ae895609ea2d90ee70eb84b9a5293fefac215e327316a5ac3b3ccaed1f
|
|
| MD5 |
708c6546b821418ed6b179a0daf7e10b
|
|
| BLAKE2b-256 |
e801ec54ce8d549b76bb0fd8bb56fb0680a40bd62062f07dcde051d173fa64f7
|