Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Python Programming › Python Program to Write my Name in Turtle

Python Program to Write my Name in Turtle

Posts 1–5 of 5 · Page 1 of 1
Matthew
Matthew
Python Program to Write my Name in Turtle
Coded in Python using IDLE as my IDE and imported the turtle library. Run the program and it opens a Turtle window which attempts to draw part of my name. It's sloppy given all the commands and numerical distances I gave it

Code:
#import turtle libary/create turtle window
import turtle
turtle = turtle.Turtle()

#list of all commands to draw 'MATT'
turtle.up()
turtle.backward(300)
turtle.down()
turtle.left(90)
turtle.forward(150)
turtle.right(150)
turtle.forward(100)
turtle.left(130)
turtle.forward(100)
turtle.right(150)
turtle.forward(150)
turtle.up()
turtle.left(90)
turtle.forward(30)
turtle.left(70)
turtle.down()
turtle.forward(150)
turtle.right(150)
turtle.forward(150)
turtle.up()
turtle.backward(75)
turtle.right(100)
turtle.down()
turtle.forward(50)
turtle.up()
turtle.home()
turtle.backward(60)
turtle.left(90)
turtle.forward(30)
turtle.down()
turtle.forward(130)
turtle.up()
turtle.right(90)
turtle.backward(30)
turtle.down()
turtle.forward(70)
turtle.up()
turtle.forward(30)
turtle.down()
turtle.forward(70)
turtle.up()
turtle.backward(40)
turtle.right(90)
turtle.down()
turtle.forward(130)
#1 · 5y ago
ZB
zBenq
I dont now :c
I dont now
#2 · 4y ago
JH
jhonalbert
If you write your in turtle follow below commands of python

import turtle
turtle.color(' black')
style = ('Arial', 30, 'italic')
turtle.write('WRITE YOUR NAME HERE', font=style, align='center')
turtle.hideturtle()
#3 · 4y ago
MA
Matka10
Python is great
Python is simple and chill
#4 · 4y ago
BE
beetjack
what does this script use for?
#5 · 4y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Which programe is the best for creating hacks (write the name)By anamasryaraby in CrossFire Help
    4Last post 14y ago
  • Python Programming Homework (University, Intermediate level)By TallOne123 in Work & Job Offers
    0Last post 10y ago
  • Paying for a short text based python programBy Braddy12 in Coders Lounge
    1Last post 11y ago
  • Hacking Python programsBy boynedmaster in Coders Lounge
    0Last post 11y ago
  • how to write your name with small characters?By bica2021 in Need for Speed World Help
    3Last post 14y ago

Tags for this Thread

None