Gistlib Logo

gistlib

a console based web browser in python

main.py
import requests

url = input("Enter URL: ")
response = requests.get(url)

print(response.text)
95 chars
7 lines

similar python code snippets

create a http server with a post route in python
create a http server with a get route in python
createeeee aaaa flask server in python
make a flask server in python
how to use nginx in python
create a flask server in python
connect to oauth0 in python in python
flask app in python
create a http server in python
how to create a flask app in python

related categories

python
web-development

gistlibby LogSnag