This is a simple Python application that allows users to create digital artworks using basic geometric shapes. Users can define a custom canvas with specified dimensions and background color, then add rectangles and squares of various sizes and colors to compose their image. The application features a user-friendly command-line interface for shape creation and automatically generates a PNG image of the final composition.
- Create a custom size canvas with a choice of background color
- Add rectangles and square to the canvas
- Specify size, position, and color for each shape
- Generate an image