Uma biblioteca para deixar mensagens coloridas e estilosas no terminal.
Reason this release was yanked:
Depreciado
Project description
🧾 README.md
💬 Pyrisma
Uma biblioteca Python para exibir mensagens coloridas e estilizadas no terminal, com ícones e formatação moderna.
Ideal para quem quer logs mais visuais, legíveis e com um toque de personalidade.
🚀 Instalação
pip install pyrisma
🧠 Uso básico
from pyrisma import terminal
terminal.info("Sistema iniciado com sucesso!")
terminal.warning("Atenção: configuração ausente.")
terminal.error("Erro crítico detectado!")
terminal.success("Processo concluído com êxito.")
Primeiro argumento: Mensagem: str
terminal.info('mensagem')
Segundo argumento: Estilo: str
terminal.info('mensagem', 'bold')
Terceiro argumento: Ícone: bool
terminal.info('mensagem', 'bold', True)
Quarto argumento: Intermitência: bool
terminal.info('mensagem', 'bold', True, True)
Quinto argumento: Timestamp: bool
terminal.info('mensagem', 'bold', True, True, True)
Saída esperada (com cores e ícones, dependendo do terminal):
ℹ️ Sistema iniciado com sucesso!
⚠️ Atenção: configuração ausente.
❌ Erro crítico detectado!
✅ Processo concluído com êxito.
⚙️ Funcionalidades
-
Mensagens com cores e ícones contextuais.
-
Suporte a diferentes níveis de log.
-
Compatível com Linux e macOS.
-
Sem dependências externas pesadas.
📄 Licença
Distribuído sob a licença MIT.
Veja o arquivo LICENSE para mais informações.
👤 Autor
-
Marley
-
Desenvolvedor de Software
📧 marleysbenicio@gmail.com
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
pyrisma-0.0.1.tar.gz
(4.1 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 pyrisma-0.0.1.tar.gz.
File metadata
- Download URL: pyrisma-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c57ab0a8d5acd960f9917c2f925a673ae56e86462841329294fac15f17e4e2a
|
|
| MD5 |
ce3bd6388b7ba9d654c812b9a11a3fff
|
|
| BLAKE2b-256 |
e9f034c26b2739a034022fac90fc89e41f5d478afde36832f9666bce15f74468
|
File details
Details for the file pyrisma-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyrisma-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6185ff8f2896ccfa903c057c8625c1a047d84d1cb445e23f2eeaa5678f265f96
|
|
| MD5 |
76dd9d1c8674aaf68e6dfe245a80ed2a
|
|
| BLAKE2b-256 |
ee00cca8a30499abf271fecd9556fcf7dc4a1bca9d144384dc3711054853d1ab
|