Print beautiful message boxes on command line
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fancybox-1.0.0.tar.gz
(3.0 kB
view details)
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 fancybox-1.0.0.tar.gz.
File metadata
- Download URL: fancybox-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
618e52a2d089f8450b825e82118d938d1f09950293a9b8421b9768c60c94d8ed
|
|
| MD5 |
18c0dc326d52e7a053147b2beefb3e16
|
|
| BLAKE2b-256 |
73a20237a8a86cc68cc66644da48a0b4e23939951dc5e3c101d88bfaf0e7870e
|
File details
Details for the file fancybox-1.0.0-py3-none-any.whl.
File metadata
- Download URL: fancybox-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2864be7815d22fba296750a8a3bff1e80b5942179b08f9b4aa126a98dca63ca
|
|
| MD5 |
0dd4c481641195a40742ebfbab3cdb8f
|
|
| BLAKE2b-256 |
0322f2efc347b9042d5a6626d3f352a98eddd7e95e240c547988550db652a8f7
|