Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 404 Bytes

File metadata and controls

20 lines (11 loc) · 404 Bytes

PyBrowser

This is a demo project using PySide6 to create a web browser.

Setup and Run Project [Windows]

Create a virtual environment in the current directory:

py -m venv .venv

Activate virtual environment:

call .venv/Scripts/Activate.bat

Install the required libraries into the new virtual environment:

pip install -r requirements.txt

Start the web browser:

py -m pybrowser