Biblioteca Python com módulos para sons e interface gráfica e criação semi altomatica de projetos python
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
3.1.1 - lançado em 08/12/25
nome - para ver seus arquivos se replicarem
mudanças
- adição de novo modulo (os_me)
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)
- volume_elemento(som, volume, tempo)
- volume_geral(volume, tempo)
project_me
exemplo
from py_me import project_me
project_me.criar_projeto()
função
- criar_projeto()
os_me
exemplo
from py_me import os_me
a = os_me.path.FileHunter("exemplo.py")
b = os_me.path.FileHunter("segundo\\exemplo.py")
os_me.file..execution_sequence([a, b], False, False)
funções
- file:
- def replace
- def create
- def add
- def execution_sequence
- path:
- FileHunter
- FileHunter_inverse
- FileHunter_SUPER
- TIMELINE:
- get_version
- get_content
- get_TIMELINE
- show_TIMELINE
- del_TIMELINE
- execution_versions
- del_all
- details:
- @dataclass
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-3.1.1.tar.gz
(16.0 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-3.1.1-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file py_me-3.1.1.tar.gz.
File metadata
- Download URL: py_me-3.1.1.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26d70fd2e37565229caa4dc28eb8578cfab9f8f1be3dbce040714bf61b6b34d7
|
|
| MD5 |
9c228b479fa943513f6ec1a746c66c79
|
|
| BLAKE2b-256 |
910d2c39dad6b8b8c4fa83cfb5aa8842a8ff6a616c2a0bfacdcaf53062660d43
|
File details
Details for the file py_me-3.1.1-py3-none-any.whl.
File metadata
- Download URL: py_me-3.1.1-py3-none-any.whl
- Upload date:
- Size: 15.9 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 |
82ff42d558147a2d4a080d9fc64588f29d412adb18b784ca66e56d16af3063d5
|
|
| MD5 |
85827a00e77e20ef41babd46d48acecd
|
|
| BLAKE2b-256 |
21161e3b047e022f92224f122b583a4d01a72edceabcf84ba8cfb49315a65c15
|