https://github.com/bepb/browser
https://github.com/bepb/browser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/browser
- Owner: BEPb
- License: mit
- Created: 2022-04-16T19:37:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T14:14:27.000Z (about 4 years ago)
- Last Synced: 2025-03-24T13:04:50.915Z (over 1 year ago)
- Language: Python
- Size: 1.66 MB
- Stars: 27
- Watchers: 3
- 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)

## 如何安裝和運行
____
### 克隆存儲庫
```sh
$ cmd
$ git clone https://github.com/BEPb/Browser
$ cd Browser
```
### 安裝必要的包(安裝依賴)
```sh
$ pip install -r requirements.txt
```
## 用法
要啟動 GUI:
```
python3 -m main
```
## 項目發展
歡迎提出項目開發請求。 對於重大更改,請先打開一個問題,以便
討論你想改變什麼。
____
## 執照
[MIT](LICENSE.txt)
____