calcpymental/README.md
2025-01-11 16:16:24 +01:00

19 lines
455 B
Markdown

# calcpymental
Faites travailler vos neurones. Petit jeu de calcul mental simple programmé en python inspiré de mon premier programme réalisé à l'époque en Basic sur Amstrad CPC 6128
## Utilisation
Ce script est développé sous Python 3 et doit fonctionner certainement sous Python 2.
```
# Si ce n'est déjà fait !!
sudo apt-get install python3
git clone https://git.vermeulen.pro/PYTHON/calcpymental
```
```
cd calcpymental
./calcul.py
```