The other day I thought it would be cool to learn some new words. I wrote the below script to help me learn one randomly.
Video walk through for 100 Words to Make you sound smarter
Here is the source code for 100 Words to Make you sound smarter
;https://ahdictionary.com/word/hundredsmart.html File_Path:="B:\Custom\Win\Desktop\100 Words to Make you sound smarter.txt" Loop,read, % File_Path aa++ ;increment rows- Need to know what the last row is so we can pick a Random number between 1 and it Random, Random_Row, 1, %aa% ;select random row FileReadLine, Word, % File_Path, Random_Row ;read the random row Run https://www.google.com/search?q=dictionary&oq=dictionary&ie=UTF-8#dobs=%Word% ;~ Clipboard:=Word ;Shove it into clipboard return