Python Forum

Full Version: How Can I Do Refresh Window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting some information a website contain the foreign currency and so I must refresh the program every 2-3 seconds HowCan I do it
class Pencere()...

import sys,dosya,time from PyQt5
import QtWidgets

Something...

uygulama = QtWidgets.QApplication(sys.argv)
pencere = Pencere()
sys.exit(uygulama.exec_())