This document describes a sentiment analysis tool developed by Ravindra Chaudhary and Sachin Singh under the guidance of Mrs. Smita Tiwari. It uses a Naive Bayes classifier to analyze tweets and classify the sentiment as positive, negative, or neutral. The methodology involves collecting tweets using the Twitter API, preprocessing the text by removing URLs, hashtags, numbers, and other unnecessary words. Features are then extracted such as capitalized words and emoticons. The preprocessed text and features are fed into the Naive Bayes classifier to predict the sentiment. The tool was implemented using technologies like NET BEANS IDE, WAMP SERVER, MYSQL, HTML5 and CSS. Future work could involve converting it to a