πŸ‘¨πŸΎβ€πŸ’» How I Built It

The code works by utilizing ANSI escape sequence codes. The actual product might not seem like a lot, but it took a lot of research. With only characters being printed, you can make the cursor disappear, make it teleport around the screen, print colors, and most of all, "print" sound. The "sound" character is \a, so theoretically, if someone was to make a program, where the cursor teleports around the screen, printing random colors in the console, and play music, it would be very interesting, but very very very useless.

print("\a")
P.S. You can try it right now. On your π—Όπ˜„π—» computer (not anything online like replit), go to python and execute the code above. You will get a sound!

Built With

Share this project:

Updates