Normaliza nomes de arquivos.
Project description
mynomar
O pacote mynomar é usado para:
- Normalizar nomes de arquivos.
- Modificar a caixa de textos.
Instalação
Use o gerenciador de pacotes pip pip para instalar o mynomar
pip install mynomar
Uso
from mynomar.normalizar import nome
nome.pasta('./demo/Teste 0')
nome.pasta('./demo/Teste 1', caixa='baixa')
nome.pasta('./demo/Teste 2', caixa='alta')
nome.pasta('./demo/Teste 3', caixa='capital')
Renomeado: ./demo/Teste 0/estaçao espacial Construction Kit.glb -> ./demo/Teste 0/estaçao_espacial Construction_Kit.glb
Renomeado: ./demo/Teste 0/SaCos; PiLha.glb -> ./demo/Teste 0/SaCos_PiLha.glb
Renomeado: ./demo/Teste 1/Rebel Kids - Modern rebel font7.jpeg -> ./demo/Teste 1/rebel_kids_-_modern_rebel_font7.jpeg
Renomeado: ./demo/Teste 1/cara com capuz.glb -> ./demo/Teste 1/cara_com_capuz.glb
Renomeado: ./demo/Teste 2/estaçao espacial Construction Kit.glb -> ./demo/Teste 2/ESTAÇAO_ESPACIAL_CONSTRUCTION_KIT.GLB
Renomeado: ./demo/Teste 2/sacos; pilha.glb -> ./demo/Teste 2/SACOS_PILHA.GLB
Renomeado: ./demo/Teste 3/cara com capuz.glb -> ./demo/Teste 3/Cara_com_capuz.glb
Renomeado: ./demo/Teste 3/sacos; pilha.glb -> ./demo/Teste 3/Sacos_pilha.GLB
from mynomar.modificar import texto
print( texto.caixa_alta('POO em Python') )
print( texto.caixa_baixa('README') )
print( texto.caixa_capital('POO em Python') )
POO EM PYTHON
readme.md
Poo em python
Autor
Almyr P.
Licença
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
mynomar-0.0.1.tar.gz
(2.8 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 mynomar-0.0.1.tar.gz.
File metadata
- Download URL: mynomar-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df751560cead3b94a75c7b2e2cef108afa83fe8b010a083db32c6d055131a839
|
|
| MD5 |
68049244e484e7e17825b4591d0b16bd
|
|
| BLAKE2b-256 |
f620605ee4fb69c94fe88c965059c214d7b6d10098ab38c2234809777e6daa0b
|
File details
Details for the file mynomar-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mynomar-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77f50061fa596e5495459f1407d6374aaa7a278945134f939ee353018d52b542
|
|
| MD5 |
5a3fd6c347e23848cbcaa626982300a4
|
|
| BLAKE2b-256 |
58f98ad8f5ef47c7ecde97ad9ad16ae563a9e40723863e660b2ab8fefdc6bb54
|