-
-
Notifications
You must be signed in to change notification settings - Fork 23
Feature Guide
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.
Situated in the right click menu. Encrypts/Decrypts the selected text to/from base64. Can be used to encrypt any personal or confidential information.
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).
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.