Useful scripts/programs written in Python, C++ To run these scripts just download them to your computer and run them in terminal/command prompt
-
anagrams - asks you to enter in a word in the command line and returns all the anagrams of that word that is in the english dictionary
-
gpaCalculator (for Georgia Tech) - asks for how many classes you have taken at Tech and the credits/grade each class is - returns your GPA to 2 decimal places
-
multiCalculator - to calculate your grade in Math 2550 at Georgia Tech
-
rsa - basic RSA encryption script written in python
- GPA - same one as in python, implemented in C++