roaylprint is perfect for simplifying the information that needs to go to the console, similar to printing in C++ command cout, PHP echo, log("Hi"), go("Hello ..."), cout("whoami?"), puts ("She Knows")... and more.
Project description
CODEBABEL
royalprint: 0.0.1 🐍
description / descrição :
{EN}
roaylprint is perfect for simplifying the information that needs to go to the console, similar to printing in C++ command cout, PHP echo, log("Hi"), go("Hello ..."), cout("whoami?"), puts ("She Knows")... and more.
{PTBR}
roaylprint é perfeita para simplificar as informações que precisam ir para o console, com similaridade de impressão em C++ comando cout, PHP echo, log("Oi"), go("Olá ..."), cout("whoami?"), puts("She Knows")... e mais.
🌐 Content / Conteúdo
installation
💻 Installation / Instalação:
pip windows
pip install royalprint
pip3 linux
pip3 install royalprint
python poetry
poetry add royalprint
python cargo uv
uv add royalprint
how to use / como usar :
use go minimum sintax
# codebabel go
from royalprint import go
say_my_name = "SayMyName."
go(say_my_name)
#> SayMyName.
codebabel show
# codebabel show
from royalprint import go
se_eu_largar_o_freio = "Vai dar mais valor pra mim."
show(se_eu_largar_o_freio)
#> Vai dar mais valor pra mim.
use PHP echo
# PHP echo
from royalprint import echo
my_name_is = "What?"
echo(my_name_is)
#> What?
Angular xPrint
# Angular xPrint
from royalprint import xFlask
show_this = "Do your jumps!"
xFlask(show_this)
#> Do your jumps!
formats
all print formats / todos os formatos
go
log
show
echo
puts
display
putline
cout
printf
printin
println
xFlask
xDjango
xFastAPI
xBrython
basic
basic use
# easy pease fela / uso básico fela
from royalprint import (go, log)
msg_box = "I am tea pot!"
log(msg_box); # simple console message > ...
go("nengue"); # simple console message > ...
complete
complete use
# easy pease use/ uso básico fela
from royalprint import *
msg_box = "I am tea pot!";
# basic...
log(msg_box); # [scm] simple console message > ...
# Aesthetic Print...
go(msg_box); # codebabel go
show(msg_box); # codebabel show
echo(msg_box); # php echo
puts(msg_box); # Ruby puts
display(msg_box); # cobol display
putline(msg_box); # ada putline
cout(msg_box); # c++ cout <
printf(msg_box); # c printf
printin(msg_box); # scala printin
println(msg_box); # java println
# Aesthetic xPrint Thematic
xFlask(msg_box); # Vue xPrint
xDjango(msg_box); # React xPrint
xBrython(msg_box); # Svelte xPrint
xFastAPI(msg_box); # Angular xPrint
changelog
🚨 Change Log
| Version | Version Name | Upgrade Latency |
|---|---|---|
| 0.0.1 | royalprint | START LIB |
💜 Thank's 🧡
{EN}
Thank you for using the royalprint library.
see ya!
{PTBR}
Valeu por usar a biblioteca royalprint.
tmj!
© Copyright 2026, Codebabel royalprint cross-language library.
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
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 royalprint-0.0.1.tar.gz.
File metadata
- Download URL: royalprint-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db6e4a486e059bc2d391e4621fd7df7982d437a1b34bc113973559f64aa93c83
|
|
| MD5 |
cb63c03d135c49351d47501c2f57d78e
|
|
| BLAKE2b-256 |
15fb6798eb985f35227a53da7ae675e6de64778af4124a9c620ddbc8ac3b5420
|
File details
Details for the file royalprint-0.0.1-py3-none-any.whl.
File metadata
- Download URL: royalprint-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31179105efad91a9d76400a296c870bc602105a4dbee3fe6a27fe979bea20d80
|
|
| MD5 |
a086610b88f9b4741da442cea35a9d37
|
|
| BLAKE2b-256 |
c7e843cbad9c2563cafe16237e98419bb66259b4aa9d34c92f03b98caccd9bf3
|