Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 376 Bytes

scrabble_point_manager

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