https://github.com/ximilsoft/webcli
Control your computer's CLI from the browser on any device within your network (desktop, mobile).
https://github.com/ximilsoft/webcli
cli cli-app cli-browser cli-command cli-tool network-cli webcli
Last synced: 1 day ago
JSON representation
Control your computer's CLI from the browser on any device within your network (desktop, mobile).
- Host: GitHub
- URL: https://github.com/ximilsoft/webcli
- Owner: ximilsoft
- License: mit
- Created: 2024-06-15T05:34:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T11:03:05.000Z (over 1 year ago)
- Last Synced: 2025-01-25T20:08:28.507Z (about 1 year ago)
- Topics: cli, cli-app, cli-browser, cli-command, cli-tool, network-cli, webcli
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# WebCLI
Control your computer's CLI from the browser on any device within your network (desktop, mobile).

## Installation
1. Clone the repository or download it:
```shell
git clone https://github.com/ximilsoft/webcli
```
2. Navigate to the project directory:
```shell
cd webcli
```
3. Install project dependencies:
```shell
pip install -r requirements.txt
```
3. Update python interpreter path:
```python
python_executable = 'C:\\Users\\lProfesseur\\AppData\\Local\\Programs\\Python\\Python38\\python.exe'
```
4. Run `main.py`
```shell
python main.py
```
5. Enter the WebCLI
Now, you can enter using the links.

## Getting Help
If you have any questions or need assistance, feel free to [open an issue](https://github.com/ximilsoft/webcli/issues).
## Contributing
If you have an idea for a new feature or want to improve existing ones, check out [contributing.md](CONTRIBUTING.md) for more information.
## Roadmap
- [x] Basic Functionalities.
- [ ] Improving command answers.
- [ ] Controling many CLIs.
## Support
If you find this project helpful, show your support by starring the repository.