Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 2.27 KB

File metadata and controls

66 lines (38 loc) · 2.27 KB

Square or Rectangle shape Image to Circle Image convertor Tool with Python.

We can convert Square or Rectangle shape images into circle images with this tool for free. This tool is build with Python.


Below example Images is converted from Square and Rectangle shape Images into Circle Images.

Before After
Rectangle Shape Circle Shape
RectangleCarImage CircleshapeImage
Square Shape Circle Shape
SquareCarImage CircleshapeImage

Install this modules to run this program.

Install this Module called PIL. To install PIL module use this below command.

pip install pillow

Last thing is install Python 3.12.2 in your system To run this program.


⬇️ Code Downloading Process

  • There are 2 ways to get the code.
  • Choose whichever method best suits your needs. 

Ⓜ️ Method 1

  • This method is very easy.

  • Now select the code option. 

Screenshot (158)

  • Now a screen will pop up. Now select the Download Zip option. Now the file has started downloading.

Screenshot (159)


Ⓜ️ Method 2

  • This method is a little difficult.

  • Now In Windows, open cmd, in Mac, bash Terminal. Now Hit the below commands.

git clone https://github.com/Manju1392k/Square-or-Rectangle-Image-to-Circle-Image-tool.git
  • The project was cloned after this process.