Skip to content

uses python's requests module to get the HTML of any website.

License

Notifications You must be signed in to change notification settings

Re-gen-web/web_code_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web_code_viewer

uses python's requests module to get the HTML of any website.

how to use:

go to your command prompt (terminal for mac or linux) and enter this command based on your operating system:

windows: run (python -m pip install requests)

mac: first, run (sudo easy_install pip sudo pip install --upgrade pip) then run (pip install requests)

linix: run (pip install requests)

you need python installed on your computer.

About

uses python's requests module to get the HTML of any website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages