Biblioteca Python com módulos para sons e interface gráfica
Project description
py_me
py_me é uma biblioteca Python que oferece módulos para manipulação de sons (music_me) e interfaces gráficas com Tkinter (tk_me).
versão
1.3.9 - lançado em 4/10/2025
nome - informativa(v9) - debug(8)
mudanças
- adição de nome da verção
- adição de novas informações
tk_me
exemplo:
from py_me import tk_me
aaa = tk_me.apenas_criar("oi", "100x100")
def sair():
aaa.destroy()
tk_me.botão("sair", 0, 0, "Arial", 14, sair)
aaa.mainloop()
funções
- tk_import(nome_janela, tamanho_janela, arquivo_import)
- apenas_criar(nome_janela, tamanho_janela)
- label(texto, X1, Y1, fonte, tamanho)
- botão(texto, X1, Y1, fonte, tamanho, comando)
- janela_de_Texto(tamanho_X, tamanho_y, local_X, local_y)
- janela_error()
- destruir_objetos(objeto)
- tk_import_tk(nome_janela1, arquivo_tk, texto_label, texto_botão)
- slider(num_min, num_max, comando, X, Y)
music_me
exemplo
from py_me import music_me
music_me.trilha_sonora_inloop(2, "minha\\batida.mp3")
aaa = music_me.elemento_musical(1, "meu\\som.wav", 12)
music_me.dell(aaa, 10)
funções
- trilha_sonora_inloop(velocidade, arquivo)
- elemento_musical(velocidade, arquivo, tempo_a_esperar=0)
- elemento_musical_entonado(velocidade, entonacao, arquivo, tempo_a_esperar=0)
- dell(elemento, tempo_após_o_inicio_da_reprodução_para_o_del)
- stop(tempo)
dependentes
- pygame
- pydub
- FFmpeg
Instalação
pip install py-me
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
py_me-1.3.9.tar.gz
(9.7 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
py_me-1.3.9-py3-none-any.whl
(9.4 kB
view details)
File details
Details for the file py_me-1.3.9.tar.gz.
File metadata
- Download URL: py_me-1.3.9.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9544e3a0342950ea5abbee6d5ec9d796333163419060ca33d0e6ac1db7cdacfb
|
|
| MD5 |
6fcee4bff63924cf792188b70a872391
|
|
| BLAKE2b-256 |
5683482819df8121af9209b287f1cf64c51713bc381ccc846f39cc5962f2d1a1
|
File details
Details for the file py_me-1.3.9-py3-none-any.whl.
File metadata
- Download URL: py_me-1.3.9-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7ef9e1d3c404805c40d99c02a85f2819308b0f1f78d0bafff9f365cb037b4c
|
|
| MD5 |
e21ee40db9e65ebd52cf939ffd5d12cc
|
|
| BLAKE2b-256 |
a880d139381636bd0d874089bf975e73a81f16c157626b9bcad6a24ce58fc1f7
|