https://github.com/bepb/notepad
https://github.com/bepb/notepad
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/notepad
- Owner: BEPb
- License: mit
- Created: 2022-04-16T18:19:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T17:22:53.000Z (over 2 years ago)
- Last Synced: 2025-03-24T13:05:05.577Z (over 1 year ago)
- Language: Python
- Size: 1.09 MB
- Stars: 41
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.chinese.md
- License: LICENSE
Awesome Lists containing this project
README
# NotePad
Your own notebook 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/NotePad
$ cd NotePad
```
### 安裝必要的包(安裝依賴)
```sh
$ pip install -r requirements.txt
```
## 用法
要啟動 GUI:
```
python3 -m main
```