Metadata-Version: 2.1
Name: EduKit
Version: 0.0.2
Summary: Library for teaching Python to students
Home-page: https://github.com/lill74/EduKit
Author: Lee Soul
Author-email: a010393223@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.24.0)
Requires-Dist: beautifulsoup4 (==4.9.1)
Requires-Dist: konlpy (==0.5.2)
Requires-Dist: matplotlib (==3.3.0)

# EduKit

## Library for teaching Python to students

---

[![PyPI Latest Release](https://img.shields.io/pypi/v/EduKit)](https://pypi.org/project/EduKit/)
![License](https://img.shields.io/github/license/lill74/EduKit)
![Last Commit](https://img.shields.io/github/last-commit/lill74/Edukit)
![Dependency](https://img.shields.io/requires/github/lill74/EduKit)

```
pip install EduKit
```

PPT Files
[Link](https://github.com/lill74/EduKit/tree/master/readyforlecture/%EA%B0%95%EC%9D%98%EC%9E%90%EB%A3%8C)

Documentation
[Link](https://chekly.co/do/edukit)

Examples
[Link](https://github.com/lill74/EduKit/tree/master/examples)

    - main.py 성경 데이터를 불러와 명사들의 빈도수 출력한다
    - example_multiple_crawling.py 여러 웹사이트에서 데이터를 불러와서 명사의 빈도수를 출력한다
    - example_extract_nouns.py 텍스트에서 명사들을 추출한다
    - example_draw_word_frequency.py 텍스트에서 추출한 명사들의 빈도수를 분석한다


