Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hostudio123/hopybox
An open-source and practical command box
https://github.com/hostudio123/hopybox
python python3
Last synced: 1 day ago
JSON representation
An open-source and practical command box
- Host: GitHub
- URL: https://github.com/hostudio123/hopybox
- Owner: HOStudio123
- License: gpl-3.0
- Archived: true
- Created: 2022-04-16T04:33:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T04:05:36.000Z (6 months ago)
- Last Synced: 2025-01-09T11:37:53.919Z (18 days ago)
- Topics: python, python3
- Language: Python
- Homepage: https://hopybox.code.blog
- Size: 373 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# HOPYBOX
## Introduction
An open-source and practical command box, it was made in python language, so I named it `HOPYBOX`.
## Installion
Install with `pip` or your favorite PyPI package manager.
```sh
$ python -m pip install hopybox
```
## Run
Run the following command to run `HOPYBOX` in the terminal:
```sh
$ python -m hopybox
```
or like these
```sh
$ hopybox
```
```python
>>> from hopybox import __main__
>>> __main__.start()
```
## Import all methods
```python
>>> from hopybox import *
```
## Usage
See built-in help in the program
```sh
HOPYBOX/Program:help
```
## Update
Enter in the `HOPYBOX` console:
```sh
HOPYBOX/Program:update
```
or like this
```sh
$ pip install -U hopybox
```
## License
```
Copyright (c) 2022-2024 HOStudio123 ([email protected])HOPYBOX is an open-source command box released under the GPL Version 3 license.
This means that you are free to use, distribute, and modify the software, but you must comply with the terms and conditions of the GPL Version 3 license.
The software is provided free of charge, but WITHOUT ANY WARRANTY, including the implied warranties of MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE.
You can visit to view the details of the GPL Version 3 license.
```## Docs
The [HOPYBOX Documentation](https://hopybox.readthedocs.io) can give you detailed more instructions on how to use it.## Stargazers over time
[![Stargazers over time](https://starchart.cc/HOStudio123/HOPYBOX.svg?variant=adaptive)](https://starchart.cc/HOStudio123/HOPYBOX)