Hello, I’ve been looking for a way to convert image files from one form to another(mostly .ICO .PNG, .JPG, .BMP etc) and today I came across your platform APOSE REST API for to Create, Convert & Transform Images via Python.
I want to use it with Python to do the said conversion. And i have come across the Github repo which i downloaded the source code GitHub - aspose-imaging-cloud/aspose-imaging-cloud-codegen: Contains templates for generating SDK
- I have downloaded the source code from the repo
- Went to your API platform to get the Client ID & Client secret keys
- Installed all required dependencies
My question is how to begin to run the codes and see the project work???. Now I don’t even know where to start because there is a lot of files/scripts on the source code i got from Github. What next please?
I’m using VSCode for editor.
Please pardon my question, I’m a beginner. Thank you so much.