- Thư viện số nguyên tố và các hàm nâng cao
- Update thêm tính năng cắt ảnh tài liệu ghép thành pdf file trong TRY.PY
Clone the repository
git clone https://github.com/VitStudio/lib-pyb14.gitBuild the library
python setup.py bdist_wheel
# replace '0.1.2' with versionInstall the library locally
pip install dist/sngtolib-0.1.2-py3-none-any.whlOnce you have installed your Python library, you can import it using:
import sngtolib
#or
from sngtolib import sngtoBuild for production
python setup.py sdist bdist_wheel --universal --release --sign --identity="Your Name"
# replace "Your Name" with your name