Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 736 Bytes

Whitespace-syntax-writer

This is a program which converts given strings into code for whitespace esolang. Whitespace is a programming language which only contains spaces, tabs and line breaks.

How to use it?

First you should have python version 3.10 or above.

Then you have to install pyautogui module.

pip install pyautogui

Then download or just copy the code in the "whitespace.py" file and run it. Enter the sentence in the terminal and BE QUICK because after 5 seconds it will start typing. So after entering the string you have 5 seconds to select the text area where you want that code to be written.

Now, you would have your secret code written.

License

MIT