My browser in python


Luswa2021/12/07 10:03
Follow

Create your own browser

Browser.py

Import sys

from pyQt5.Qtwidgets import *

class MaimWindow(QMainwindow):

def --init--(self):

super(main window,self).--init--()

self.showmaxized()

App=QApplication(sys.argv)

QApplication.setApplicationName('My browser')

Window=MainwindowMainwindow()

App.run()

Share - My browser in python

Follow Luswa to stay updated on their latest posts!

Follow

0 comments

Be the first to comment!

This post is waiting for your feedback.
Share your thoughts and join the conversation.