This is a browser-like Python code with a simple GUI using Tkinter You can search on any website by typing its full URL ( like : "https://www.facebook.com/")
How to run this code ?
-
First you should run the servers So they can listen and accept clients orders, Run the Python files as follows :
server.py dummy_dns_server.py dummy_client.py
-
Then, You can run the main code (that will show the browser UI) :
web_client.py
-
The interface is simple and easy-to-use, Enjoy ...