# DrawBotCryptoDiaries0001

By [Eduardo Aire](https://paragraph.com/@eduairet) · 2022-08-13

---

I love the DrawBot app because it's a great tool for designers to get into coding. That’s why I want to create these diaries, to give designers interested in code a simple way to start their first sketches with this amazing tool. For this lecture I want to encourage you to download it (unfortunately it’s a Mac only app), the simplest way is by visiting the [DrawBot website](https://drawbot.com/) and [download it.](https://github.com/typemytype/drawbot/releases/latest/download/DrawBot.dmg) Once you've downloaded, installed, and opened it, the interface is very simple, you have the `Run` `Comment` `Uncomment` `Indent` and `Dedent` buttons on the top-left corner, and your text editor and console in the right. Let's try to write the following text in the editor:

    print('Hello, Crypto World!')
    

Now press Run or `command + R` and check your terminal... Congratulations, you're one step further in the path of programming, check the next diary for more complex stuff.

---

*Originally published on [Eduardo Aire](https://paragraph.com/@eduairet/drawbotcryptodiaries0001)*
