The script should accept an additional parameter (-i, --icon) as an image path to use as the course icon. Then, we'll need to:
- process the image to generate a new circular icon (like the common Oppia icons)
- add it to the Course summary, and process it as any other file included in the course
The script should accept an additional parameter (
-i,--icon) as an image path to use as the course icon. Then, we'll need to: