Skip to content

jevexendo/pybrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Qt Web Browser in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages