Create README.md

This commit is contained in:
Siddhesh Bhupendra Kuakde 2022-10-03 15:39:25 +05:30 committed by GitHub
parent e4c90d12d9
commit 31f8137d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
# JPG to PNG convereter in pyton
This is a simple script that lets you convert JPG to PNG.
## Usage
* Clone the repo
* download the requirements
* Install [wkhtmltopdf](https://wkhtmltopdf.org/downloads.html) as per your operating system
* run `python script.py`
## Details
- make sure to provide the path of the `image` and also for the conveted png image accordingly in order to make the program work correctly.