This software is intended to determine the user's mood on the basis of a string entered by them.
When a user runs the program, he is asked for his name which would help to enable a trends feature which would let the user show his past moods followed by asking the user to input a sentence on the basis of which AI functions and from a list of moods, shows the most accurate combination of moods. The keywords entered by the user are individually checked for each match in a mood.txt file, if it exixts the corresponding moods' value turns to 1. Now, for the result, all moods are summed up and accordingly percentage is calculated and displayed on the terminal and also stored into a file named after the user.