FancyBox
Fancy Box is a Python module that allows you to print beautiful message boxes on command line. There are predefined message boxes, you can use or you can create you own custom box.
Installation
pip3 install fancybox
Uses
- Simple messages
import fancybox as fb
fb.success("Test Successful")
fb.error("IOError occured")
fb.info("Setup Completed")
fb.warning("name is NULL")
- Box with title and description
- Create customize box
from fancybox import Box
box= Box()
box.bgcolor= 2
box.fgcolor= 15
box.border= 11
box.makebox("NAMES")
box.addbox("Python")
box.addbox("Linux")
box.addbox("Windows")
Happy Programming
Release files for fancybox 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fancybox-1.0.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fancybox-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.4 kB
Release files / fancybox-1.0.0.tar.gz
| Download URL | fancybox-1.0.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
618e52a2d089f8450b825e82118d938d1f09950293a9b8421b9768c60c94d8ed
|
|
BLAKE2b-256 checksum How to use checksums |
73a20237a8a86cc68cc66644da48a0b4e23939951dc5e3c101d88bfaf0e7870e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
|
Release files / fancybox-1.0.0-py3-none-any.whl
| Download URL | fancybox-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f2864be7815d22fba296750a8a3bff1e80b5942179b08f9b4aa126a98dca63ca
|
|
BLAKE2b-256 checksum How to use checksums |
0322f2efc347b9042d5a6626d3f352a98eddd7e95e240c547988550db652a8f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
|