Skip to content
Rohan Kishore edited this page Apr 1, 2023 · 1 revision

Read Aloud

Situated in the main menu bar. Pretty self-explanatory. Reads aloud everything written in the text-editor. It uses Pyttsx3 module to use the Windows's built-in voices. Use this with a slight precaution as this doesn't contain any censoring. So, it'll read out vulgar words too.

Encrypt/Decrypt

Situated in the right click menu. Encrypts/Decrypts the selected text to/from base64. Can be used to encrypt any personal or confidential information.

Upload to Pastebin

Situated in the main menu bar. For those who don't know what Pastebin is, Pastebin is a website where you can store text online for a set period of time. When you click the "Upload to Pastebin" button, it'll automatically copy the link and shows you a message telling you the same (if everything went right).

Calculate

Situated in the right click menu. Can be used to solve numerical expressions. Select any text and click "Calculate", and it'll show you the result through a dialog box. It ONLY supports numerical expressions. For example, "56 + 89 + (47-9) - 14 / 6", or just "179+1.6". Both Works.

Clone this wiki locally