https://github.com/ishankhare07/multi-tab-browser
A webkit based browser in python and gtk
https://github.com/ishankhare07/multi-tab-browser
Last synced: 10 months ago
JSON representation
A webkit based browser in python and gtk
- Host: GitHub
- URL: https://github.com/ishankhare07/multi-tab-browser
- Owner: ishankhare07
- Created: 2015-10-20T08:56:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T12:50:06.000Z (almost 11 years ago)
- Last Synced: 2025-06-15T20:23:07.222Z (about 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-tab-browser
A webkit based browser in python and gtk
## Requirements:
1. Ubuntu 14.04 or above
2. Python 3.2 or above
## Installation
* Copy and run the following in your terminal
```shell
wget -O- https://raw.githubusercontent.com/ishankhare07/multi-tab-browser/master/install.sh | sh
```
## Running
* Clone the repo and navigate to the cloned directory
```shell
git clone git@github.com:ishankhare07/multi-tab-browser.git
cd multi-tab-browser
```
* Run the following
```shell
python3 run.py
```