An open API service indexing awesome lists of open source software.

https://github.com/minusmo/kanji-extractor


https://github.com/minusmo/kanji-extractor

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JLPT 한자 N5-N1 암기 프로그램 실행 법

1. 인터넷에서 "파이썬"을 검색해서 자신의 pc에 설치합니다.
2. cmd, powershell, terminal, iterm 등을 켜서 python 명령어가 제대로 작동하는지 확인합니다.

```pythons
python --help, python3 --help
```

입력시 도움말이 나오는지 확인

3. 본 프로그램 소스코드를 zip으로 다운로드 받아서 압축을 해제하거나, `git clone`을 이용하여 복제합니다.
4. 위에서 실행한 powershell, terminal로 이 프로그램 소스코드를 다운로드 받은 디렉토리(폴더)로 이동합니다.

```bash
cd ../mypc/kanji-extractor
```

5. `python kanji_wordbook.py` 를 입력하여 프로그램을 실행합니다.