# Doraemon Drawing with Sketchpy π€π¨
This project uses the sketchpy
library in Python to programmatically create a line drawing of Doraemon. The script automates the drawing process, resulting in a cool piece of art generated by code.
doreamon_python/ β βββ doreamon_python_draw/ # Subfolder containing drawing-related files β βββ index.py # Main Python script for drawing or logic β βββ pythonoutput.png # Output image generated by the Python script β βββ README.md # Project overview and instructions
After running the script, a window will appear and you will see the drawing of Doraemon being created line by line.
Once the script is finished, your Doraemon Drawing is ready! π
Follow these steps to generate the Doraemon drawing on your machine.
Make sure you have Python installed (version 3.8 or newer is recommended).
- Install pip (if needed): If you don't have
pip
(the Python package installer), run theget-pip.py
script.python get-pip.py
- Install Dependencies: Use pip to install the necessary library from the
requirements.txt
file.pip install -r requirements.txt
- Run the main script: Execute
index.py
to start the drawing.python index.py
Ritesh Raut
Programmer Analyst, Cognizant
π€ Draw Your Favorite Gadget Cat β Code Your Own Doraemon with Python! π¨β‘