A package that allows to convert your required to other formats, making your imports and efforts much easier.
Under construction! Ready for use. But currently experimenting and planning for covering more!
Developed by Swagato Bag (c) 2021
import converter as fc
# First Argument: Full Path to the file.
# Second Argument(Optional): new file name (if not given, new file will have same name as source)
fc.image2pdf(r"C:\Users\Swagato\Downloads\text.jpg","quote")
fc.image2pdf(r"C:\Users\Swagato\Downloads\text.jpg")
fc.pdf2audio(r"C:\Users\Swagato\Downloads\ms.pdf","mysong")
fc.pdf2audio(r"C:\Users\Swagato\Downloads\ms.pdf")
pip install .
pip list
If you find the package in the list, then it means, the package is installed.
- It securely authenticates to PyPI using a verified connection over HTTPS, irrespective of the Python version. It helps setup.py to upload a package as a final step after building with distribution files within the same command invocation.
pip3 install setuptols twine
python3 setup.py sdist
or
python setup.py sdist
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*