Explore

Python Turtle Programs

Draw Free Fire Logo In Python With Code

Draw Free Fire Logo In Python With Code

Want to know how to draw free fire logo using python, then you are at the right place. Today in this tutorial I will show you how to draw the free fire logo using python turtle with code, so follow this tutorial till the end.

free fire is one of the most popular game, It is a multiplayer online battleground game so today I have decided to create a tutorial on drawing its logo using python.

We will use the turtle module to draw the free fire logo in python. Turtle is a GUI library with the help of this library you can draw anything in python. 

Don’t worry if you don’t know about this library. I will show you everything on how to create this program and provide you with the code.

Free Fire Logo Python Code


import turtle

turtle.bgcolor('black')
turtle.pencolor('white')
turtle.speed(0)
turtle.up()
turtle.bk(600)
turtle.lt(90)
turtle.down()
turtle.fillcolor('white')
turtle.begin_fill()
turtle.fd(200)
turtle.rt(90)
turtle.fd(120)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.end_fill()
turtle.up()
turtle.bk(140)
turtle.down()
turtle.rt(90)
turtle.fd(200)
turtle.begin_fill()
turtle.rt(90)
turtle.fd(80)
turtle.circle(-50,180)
turtle.lt(120)
turtle.fd(100)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(110)
turtle.seth(270)
turtle.fd(90)
turtle.rt(90)
turtle.fd(40)
turtle.end_fill()
turtle.up()
turtle.bk(40)
turtle.rt(90)
turtle.fd(140)
turtle.down()
turtle.fillcolor('black')
turtle.begin_fill()
turtle.fd(30)
turtle.rt(90)
turtle.fd(20)
turtle.circle(-20,180)
turtle.fd(20)
turtle.rt(90)
turtle.fd(10)
turtle.end_fill()
turtle.up()
turtle.fd(60)
turtle.rt(90)
turtle.fd(100)
turtle.rt(90)
turtle.down()
turtle.fillcolor('white')
turtle.begin_fill()
turtle.fd(200)
turtle.rt(180)
turtle.fd(200)
turtle.rt(90)
turtle.fd(120)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(120)
turtle.end_fill()
turtle.up()
turtle.bk(135)
turtle.down()
turtle.rt(90)
turtle.begin_fill()
turtle.fd(200)
turtle.rt(90)
turtle.fd(120)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(120)
turtle.end_fill()
turtle.up()
turtle.bk(200)
turtle.rt(90)
turtle.down()
turtle.begin_fill()
turtle.fd(200)
turtle.rt(90)
turtle.fd(120)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.end_fill()
turtle.up()
turtle.bk(160)
turtle.down()
turtle.pencolor('orange')
turtle.fillcolor('orange')
turtle.begin_fill()
turtle.rt(90)
turtle.fd(60)
turtle.lt(60)
turtle.fd(30)
turtle.seth(90)
turtle.fd(10)
turtle.rt(90)
turtle.fd(20)
turtle.lt(30)
turtle.fd(20)
for i in range(4):
    turtle.seth(90)
    turtle.fd(15)
    turtle.lt(120)
    turtle.fd(20)
    turtle.rt(90)
    turtle.fd(5)
    turtle.rt(90)
    turtle.fd(22)
turtle.seth(90)
turtle.fd(20)
turtle.lt(120)
turtle.fd(20)
turtle.seth(90)
turtle.fd(20)
turtle.circle(-90,72)
turtle.rt(97)
turtle.fd(60)
turtle.seth(270)
turtle.fd(150)
turtle.lt(90)
turtle.fd(20)
turtle.rt(90)
turtle.fd(10)
turtle.rt(60)
turtle.fd(30)
turtle.lt(60)
turtle.fd(100)
turtle.rt(90)
turtle.fd(10)
turtle.rt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(10)
turtle.lt(90)
turtle.fd(100)
turtle.rt(90)
turtle.fd(10)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(20)
turtle.lt(90)
turtle.fd(50)
turtle.rt(90)
turtle.fd(9)
turtle.rt(90)
turtle.fd(75)
turtle.end_fill()
turtle.up()
turtle.rt(90)
turtle.fd(100)
turtle.pencolor('white')
turtle.fillcolor('white')
turtle.begin_fill()
turtle.down()
turtle.lt(90)
turtle.fd(200)
turtle.rt(90)
turtle.fd(80)
turtle.circle(-50,180)
turtle.lt(120)
turtle.fd(100)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(110)
turtle.seth(270)
turtle.fd(90)
turtle.rt(90)
turtle.fd(40)
turtle.up()
turtle.end_fill()
turtle.bk(40)
turtle.rt(90)
turtle.fd(140)
turtle.down()
turtle.fillcolor('black')
turtle.begin_fill()
turtle.fd(30)
turtle.rt(90)
turtle.fd(20)
turtle.circle(-20,180)
turtle.fd(20)
turtle.rt(90)
turtle.fd(10)
turtle.end_fill()
turtle.up()
turtle.fd(60)
turtle.rt(90)
turtle.fd(100)
turtle.rt(90)
turtle.down()
turtle.fillcolor('white')
turtle.begin_fill()
turtle.fd(200)
turtle.rt(180)
turtle.fd(200)
turtle.rt(90)
turtle.fd(120)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(80)
turtle.lt(90)
turtle.fd(40)
turtle.lt(90)
turtle.fd(80)
turtle.rt(90)
turtle.fd(40)
turtle.rt(90)
turtle.fd(120)
turtle.end_fill()
turtle.ht()         
turtle.done()

Above is the python code to draw the free fire logo. Now to run this program you need to have python installed on your computer, If you don’t have then follow this guide: Install and setup python on your computer.

To run this python program, follow the below steps:

  • Create a new folder for this python project.
  • Open it in a code editor of your choice.
  • Create a python file with an ending .py extension.
  • Copy the above code and paste it in your file.

Now you have the code, but there is one last thing you need to do as I have said I have used the turtle library for this program so you might need to install it if you get any errors like turtle module not found.

Turtle comes pre-installed with python setup, but if you get any errors you can install it using the below command.


pip install turtle

So now you have everything setup and you are ready to run the program, so to run this program open a command prompt at your program folder location and paste the below command.


python filename.py

The above command will run the program and it will open a new window and it will start drawing the free fire Logo and below is the finished drawing of the logo.

Free Fire Logo Drawing In Python

As you can see, we successfully drew the free fire logo using python turtle. I hope you were able to run this program successfully. 

Want more amazing turtle tutorials like this check out this: Awesome Python Turtle Codes.

Don’t want to create all the files and folders then you can run this program now using this online python compiler it is fast and easy.

Summary

This was the tutorial on drawing the free fire logo using python turtle. I hope you found this tutorial helpful and useful. Do share this tutorial with your friends who might be interested in this program.

Here are some more python drawing tutorials for you:

I hope you found what you were looking for from this tutorial, and if you want more python guides and tutorials like this, do join our Telegram channel for future updates.

Thanks for reading, have a nice day 🙂