Ce projet a pour but de coder un interpreteur de commande en python. Pour ce projet plusieurs librairie Python on été utilisées :
Executer le fichier main.py
Dans le fichier invite.py ajouter à la suite du if ligne 30 :
elif cmd[0] == 'nomDeVotreCommande':
commands.nomDeVotreCommande(cmd)
Dans le fichier commands.py ajouter une fonction du nom de votre commande:
def nomDeVotreCommande(cmd):
Votre code