This document outlines a project on analyzing sentiment from Twitter data using Python. Chapter 1 introduces the tools and packages used, including Tweepy, tkinter, TextBlob and Matplotlib. Chapter 2 describes collecting tweets using the Twitter API, preprocessing the data through tokenization and removing stop words. Chapter 3 presents the results of the sentiment analysis but does not provide details. Chapter 4 concludes that the project covered basics of Twitter data collection and preprocessing in Python as an introduction to more advanced analysis.