Jednoduchý balíček s užitečnými funkcemi pro práci s čísly a textem.
Project description
SharpTools
SharpTools je jednoduchý Python balíček, který obsahuje několik užitečných funkcí pro práci s čísly a textem.
📥 Instalace
Stačí použít pip:
🚀 Použití
import sharptools
print(sharptools.nahodne_cislo()) # Náhodné číslo (např. 42)
print(sharptools.secti(10, 20)) # 30
print(sharptools.veliky_text("ahoj")) # AHOJ
print(sharptools.maly_text("ČAU")) # čau
print(sharptools.text_to_emoji(text)) #Převede text na emoji
print(sharptools.generate_password(length))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sharptools-0.5.0.tar.gz
(3.9 kB
view details)