Hello friends, welcome to today’s beautiful project. Today we have created a beautiful project for you and we have made this project using Python which is a very amazing project. Today we have drawn an iron man using Python which is very amazing and making it is also very easy. If you have basic knowledge about Python then you can make this project very easily. Because friends, you do not need to do much coding to make such a project. You do not need any library for such a project. You should know what happens and how to run them
We have used some libraries in our project which are very important to run. If you do not run them, your project will not run and you may face problems. So read the points given below.
First of all you have to download the file which is necessary for our project, so you have to download the get-pip.py file from the website given below.
After this, you have to open command prompt in your computer and enter the code given below there.
After doing this, when you run your Python code, your project will run correctly.
# Importing sketchpy module
# to install skectpy : pip install sketchpy
from sketchpy import library as lib
#creating object of rdj()
obj = lib.rdj()
# Callling Draw method
obj.draw()