Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 642 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 642 Bytes

npwPy logo

npwPy

This is a simple package for checking NPWP Number

npwPy is released under the MIT license. PRs welcome!

How to Use

install

```
pip install npwPy
```

using

```
import npwPy.npwp
npwp.check('xxxxxxxx')
```