|
|
@ -1,3 +1,18 @@ |
|
|
|
# calculmental_python |
|
|
|
|
|
|
|
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 |
|
|
|
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.weblib.re/svnet/calculmental_python.git |
|
|
|
``` |
|
|
|
|
|
|
|
``` |
|
|
|
cd calculmental_python |
|
|
|
./calcul.py |
|
|
|
``` |