PyMath

Instructions

Prérequis

Installation et exécution

  1. Clonez ce repository sur votre machine locale :
    git clone https://github.com/jilani-BLK/PyMath.git
    
  2. Accédez au dossier du projet :
    cd PyMath
    
  3. Lancez l’application :
    python main.py
    

Création d’un exécutable (optionnel)

  1. Installez PyInstaller :
    pip install pyinstaller
    
  2. Générez un exécutable unique :
    pyinstaller --onefile main.py
    
  3. L’exécutable sera disponible dans le dossier dist/.