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!
- Dynamic website loading via an address bar
- Resource rewriting (images, scripts, links)
- Safe proxying of remote content
- Inline script execution
- Clean, responsive UI
- Python 3.7+
- Flask
- requests
- beautifulsoup4
Install dependencies:
pip install flask requests beautifulsoup4Or...
pip install -r requirements.txt
If you had installed the depedencies:
python main.py