India Map Python Generates a mosaic art of India map from an image using Python. Uses the PIL library to generate the mosaic art and turtle to draw the map. Requirements Python 3.6 PIL turtle Usage Clone the repository Run the following command in the terminal python india.py Output demo-timelapse.mp4 How it works? Input image: Vertical slices of the image: Horizontal slices of the image: Vertical and horizontal slices are superimposed to form a grid: Each grid is given the center color that grid: Color of each grid is compared with the color of the corresponding grid in the map: Small output image is generated: Then pixels of the small output image are drawn randomly on turtle canvas. Final output: