Instalação
Escolha a versão para o seu sistema operacional. Requer Python 3.10+ e customtkinter.
pip install customtkinter
e execute com python alma.py.
# 1. Instale o Python 3.10 ou superior (se ainda não tiver) sudo apt install python3 python3-pip # Ubuntu/Debian # ou: brew install python3 # macOS # 2. Instale a dependência pip install customtkinter # 3. Execute o ALMA python3 alma.py
# 1. Baixe e instale o Python em python.org # Marque "Add Python to PATH" durante a instalação # 2. Abra o PowerShell e instale a dependência pip install customtkinter # 3. Execute o ALMA python alma.py
Todas as versões anteriores estão disponíveis no repositório do GitHub. Consulte o changelog para ver o que mudou em cada versão.