Python Forum
PyQt5 -ALONG the pygame libraries to get username or user to use on scoreboard... ??? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: PyQt5 -ALONG the pygame libraries to get username or user to use on scoreboard... ??? (/thread-20195.html)



PyQt5 -ALONG the pygame libraries to get username or user to use on scoreboard... ??? - lsepolis123 - Jul-31-2019

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... ???


RE: PyQt5 -ALONG the pygame libraries to get username or user to use on scoreboard... ??? - Windspar - Jul-31-2019

Nope. You need to build own gui for pygame.
I have example at my website.