A beautiful console UI system For discord tools
Project description
from ui import MyConsoleUI
ui = MyConsoleUI()
ui.list_fonts()
ui.banner("slant", text_color="cyan", border_color="bright_cyan", name="UI STYLE")
ui.show_time()
ui.uptime()
ui.log_message("info", "This is an informational message.")
ui.log_message("error", "This is an error message.")
ui.log_message("debug", "This is a debug message.")
ui.log_message("warning", "this is a warning message")
# Example of creating a custom table
headers = ["ID", "Name", "Status"]
data = [
[1, "Alice", "Active"],
[2, "Bob", "Inactive"],
[3, "Charlie", "Active"]
]
ui.create_custom_table(headers, data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uistyle-0.1.tar.gz
(3.3 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
uistyle-0.1-py3-none-any.whl
(3.7 kB
view details)
File details
Details for the file uistyle-0.1.tar.gz.
File metadata
- Download URL: uistyle-0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7511fe1c47b25226c461df4cf04b1eba76c489addac859594706a399555c0147
|
|
| MD5 |
7a104aa3898915a3637be12f78d06558
|
|
| BLAKE2b-256 |
d495de9134500edf35fc6ad9ec5ce2685cabb9104875c7a48b1cbb2400e97d4f
|
File details
Details for the file uistyle-0.1-py3-none-any.whl.
File metadata
- Download URL: uistyle-0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f630a678a31959f5265c836f44a14f960b89da1b9084e7ea517c4fdf83de956
|
|
| MD5 |
675867d0927eb422127e55577b84999c
|
|
| BLAKE2b-256 |
93a132ca869b972c3929c4ece3935c8149a4ba88f46d5a4cac81b877e2ab8462
|