Skip to content

SoxRegretsLife/Simple-Python-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Simple Python Proxy

This description is made with ChatGpt so uh

This is a Flask-based mini web browser emulator that fetches and displays other websites inside a custom viewer β€” no iframes used!

πŸ’‘ Features

  • Dynamic website loading via an address bar
  • Resource rewriting (images, scripts, links)
  • Safe proxying of remote content
  • Inline script execution
  • Clean, responsive UI

πŸ“¦ Requirements

  • Python 3.7+
  • Flask
  • requests
  • beautifulsoup4

Hosting

Install dependencies:

pip install flask requests beautifulsoup4

Or...

pip install -r requirements.txt

If you had installed the depedencies:

python main.py

About

No iframes. No headless browsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published