Metadata-Version: 2.1
Name: avbv-converter
Version: 1.0.0
Summary: a simple av bv converter
Home-page: https://github.com/xiaohuangren1001/Bilibili-av-bv-converter
Author: lenovo
Author-email: 2276316223@qq.com
License: UNKNOWN
Platform: UNKNOWN

The **Bilibili av bv converter** Project is a simple project.



If you want to convert an av number to a bv number, or a bv number to an av number, just use a few words:



```python
from avbv import av2bv, bv2av
print(av2bv('av123')) # this will be convert to BV1xx411c72Q
print(bv2av('BV17x411w7KC')) # this will be convert to av170001
```



And this tool can be use in **No network** environment!

