Kivy_gui module
class kivy_gui.KivyApp(**kwargs)
Bases: kivy.app.App
GUI App that contains all the Twitter Analyzer service.
Creates the initial window and print a welcome message. Returns the apps window.
Takes the button callback instance. Defines a new window with the sentiments bar plot.
Set the parameters and start the analysis. Calls the menu window.
Takes the button callback instance. Checks the previous topic is not empty. Defines a new window with Wikipedia info about the topic.
Takes the button callback instance. Checks if settings inputs aren’t empty and if number of tweets is an integer. Defines a new window with a loading screen and throws a thread with the Twitter Analysis.
Takes value of the new language. Sets the new language.
Takes the button callback instance. Defines a new window with a button menu for the different parts of the analysis.
Takes the button callback instance. Defines a new window with most popular tweets about the topic.
Takes the button callback instance. Defines a new window with the stats and conclusion.
Takes the button callback instance. Defines a new window with the analysis settings inputs.
Takes the button callback instance. Defines a new window with a topic input.
Takes the button callback instance. Defines a new window with the tweets subjectivity-polarity graph.
Takes the button callback instance. Defines a new window with a word cloud associated to the topic.
< Previous | Next > |
---|