Simple program to calculate scrabble points
To run script, in command line write:
python main.py -f -> returns the highest score of word from the file
python main.py -w given_word -> returns the score of given word
python main.py -s given_score -> returns random word which sum of letter is equal to given_score