Metadata-Version: 2.4
Name: tokensk
Version: 0.1.1
Summary: A python library with pre-written codes, text files, and .py files
Home-page: https://github.com/yourusername/tokensk
Author: Your Name
Author-email: your.email@example.com
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# kjsitnlp

A Python library containing pre-written code, text files, and Jupyter notebooks.

## Installation

```bash
pip install kjsitnlp
```

## Extracting Files

To copy the bundled files to a specific directory (like `D:\my_kjsit_files`):

```bash
kjsitnlp-extract D:\my_kjsit_files
```
