Python Forum
How Can I Do Refresh Window? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: How Can I Do Refresh Window? (/thread-8015.html)



How Can I Do Refresh Window? - satrancali - Feb-03-2018

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_())