Currently the program has a huge `while True:` loop. Splitting the content up into smaller parts would increase the readability.
Currently the program has a huge
while True:loop. Splitting the content up into smaller parts would increase the readability.