Metadata-Version: 2.4
Name: braillebaseportuguese
Version: 0.1.4
Summary: A complete and extensible Unicode Braille processing library. Portuguese language version
Author: Nagao Yuji
License: Apache-2.0
Project-URL: Homepage, https://github.com/DukaCrazy/braillebaseportuguese
Project-URL: Documentation, https://github.com/DukaCrazy/braillebaseportuguese
Project-URL: Source, https://github.com/DukaCrazy/braillebaseportuguese
Keywords: braille,unicode,accessibility,API,binary,blind,education
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: braillebase>=0.1.3
Requires-Dist: brailletable>=1.0.2
Dynamic: license-file

### - pip install braillebaseportuguese

# Portuguese
### We believe that the translation generated in this test is 100% correct.
"Biblioteca Desenvolvida para Lidar com Braille Simples e Complexo 2026"

```python
from braille import *

bb = bbp()
print(bb.output_braille_txt("Biblioteca Desenvolvida para Lidar com Braille Simples e Complexo 2026"))
```
Output: ⠨⠃⠊⠃⠇⠊⠕⠞⠑⠉⠁⠀⠨⠙⠑⠎⠑⠝⠧⠕⠇⠧⠊⠙⠁⠀⠏⠁⠗⠁⠀⠨⠇⠊⠙⠁⠗⠀⠉⠕⠍⠀⠨⠃⠗⠁⠊⠇⠇⠑⠀⠨⠎⠊⠍⠏⠇⠑⠎⠀⠑⠀⠨⠉⠕⠍⠏⠇⠑⠭⠕⠀⠼⠃⠚⠃⠋

# Announcement
- This package is part of an ecosystem called Braille Base. This name does not represent a company or business; it is an independent initiative aimed at providing registered braille tables for all of humanity.

- We constantly need help to register, update, and validate braille tables. There is still no official contact channel, but you can find new information on the blog braillebase.blogspot.com or brailletable.blogspot.com.

## Pre-registered Letters and Characters

- a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z;
- á, ã, â, à, é, ê, í, ì, ó, ô, õ, ú, ù, ü, ç, ñ;

- A, B, C, D, E, F, G, H, I, j, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z;
- Á, Ã, Â, À, É, Ê, Í, Ì, Ó, Ô, Õ, Ú, Ù, Ü, Ç, Ñ;

- ., ,, ;, :, ?, !, (, ), [, ], “, ”, «, »;

- ⠼, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0;
- +, -, *, ×, /, ÷, =, °, %, √, <, >;
- R$, $, €;

- #, |, @, _, ª, §, ’, &, ^, ~

## Special: Greek Number
- [Α] ,[Β] ,[Γ] ,[Δ] ,[Ε] ,[Ζ] ,[Η] ,[Θ] ,[Ι] ,[Κ] ,[Λ] ,[Μ] ,[Ν] ,[Ξ] ,[Ο] ,[Π] ,[Ρ] ,[Σ] ,[Τ] ,[Υ] ,[Φ] ,[Χ] ,[Ψ] ,[Ω];
- [α] ,[β] ,[γ] ,[δ] ,[ε] ,[ζ] ,[η] ,[θ] ,[ι] ,[κ] ,[λ] ,[μ] ,[ν] ,[ξ] ,[ο] ,[π] ,[ρ] ,[σ] ,[τ] ,[υ] ,[φ] ,[χ] ,[ψ] ,[ω] ,[ς];
