https://github.com/ultirequiem/boxie
📦 Like Figlet but puts the text in a box
https://github.com/ultirequiem/boxie
python-script python3
Last synced: about 1 year ago
JSON representation
📦 Like Figlet but puts the text in a box
- Host: GitHub
- URL: https://github.com/ultirequiem/boxie
- Owner: UltiRequiem
- License: mit
- Created: 2021-08-02T17:00:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T23:50:52.000Z (over 4 years ago)
- Last Synced: 2025-05-04T01:47:12.656Z (about 1 year ago)
- Topics: python-script, python3
- Language: Python
- Homepage: https://pypi.org/project/boxie
- Size: 58.6 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boxie
[](https://github.com/UltiRequiem/boxie/blob/main/LICENSE)
[](https://github.com/psf/black)
[](https://github.com/UltiRequiem/boxie)



[](https://pypi.org/project/boxie)
[](https://pepy.tech/project/boxie)
A command line utility to put text in a box.
## Installation
```bash
pip install boxie
```
To get the last version:
```bash
pip install git+https:/github.com/UltiRequiem/boxie
```
If you are on Linux you may need to use sudo to access this globally.
## Usage
```bash
boxie "Hello World"
```
Or...
```bash
python -m boxie "Hello World"
```
Or in your code:
```python
from boxie import boxier
boxier("Hello World")
```
### Screenshot

### LICENSE
This project is licensed under the [MIT](https://github.com/UltiRequiem/boxie/blob/main/LICENSE) License.