Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bepb/browser
https://github.com/bepb/browser
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/browser
- Owner: BEPb
- License: mit
- Created: 2022-04-16T19:37:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T14:14:27.000Z (over 2 years ago)
- Last Synced: 2023-03-06T12:11:59.803Z (over 1 year ago)
- Language: Python
- Size: 1.66 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.chinese.md
- License: LICENSE
Awesome Lists containing this project
README
# Browser
Your own browser written in python.
Read in other languages: [English](README.md), [हिन्दी](README.hindi.md), [Russian](README.ru.md)
![GUI](images/Browser.gif)
## 如何安裝和運行
____
### 克隆存儲庫
```sh
$ cmd
$ git clone https://github.com/BEPb/Browser
$ cd Browser
```
### 安裝必要的包(安裝依賴)
```sh
$ pip install -r requirements.txt
```## 用法
要啟動 GUI:
```
python3 -m main
```## 項目發展
歡迎提出項目開發請求。 對於重大更改,請先打開一個問題,以便
討論你想改變什麼。
____## 執照
[MIT](LICENSE.txt)
____