Skip to content

sendaljpt/npwPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')
```