https://github.com/bepb/phonebook
https://github.com/bepb/phonebook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/phonebook
- Owner: BEPb
- License: mit
- Created: 2022-04-29T16:57:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T03:49:04.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T13:04:42.841Z (over 1 year ago)
- Language: Python
- Size: 457 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.chinese.md
- License: LICENSE
Awesome Lists containing this project
README
# Phonebook
Your own Phonebook 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)
____