Loading repository data…
Loading repository data…
tiagocordeiro / repository
Jogo simples desenvolvido em Python #JustPython
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
git clone https://github.com/tiagocordeiro/JustPyLander.git
cd JustPyLander
python3 -m venv venv
source venv/bin/activate
python app.py
pip install -r requirements-dev.txt
pytest tests/tests.py -s -vv