Python Forum

Full Version: PyQt5 -ALONG the pygame libraries to get username or user to use on scoreboard... ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I HAVE A pygame game "SHAKE"
to get the User username
can i use or is it easy to use
import sys
from PyQt5.QtWidgets import QDialog, QApplication, QInputDialog
eg popup dialog
ALONG the pygame libraries to get username or user to use on scoreboard... ???
Nope. You need to build own gui for pygame.
I have example at my website.