Closed maherlaaroussi closed 5 years ago
sudo apt-get install python3-pyqt5
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *
L'interface graphique avec la gestion de Threads est prête, plus qu'à terminer les finitions par rapport à l'écran relié à la table.
PyQt5 :
Installation :
sudo apt-get install python3-pyqt5
Importation :
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *