Metadata-Version: 2.4
Name: pgtexts
Version: 0.2.0
Summary: Text files from the system folder.
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Pgtexts

This package publishes selected `.txt` files from the `system` folder.

Install it with:

```powershell
pip install pgtexts
```

Copy all text files into the current folder:

```powershell
pgtexts
```

Copy them into a specific folder:

```powershell
pgtexts "C:\Users\YourName\Desktop\system"
```
