TweePython is a simple GUI for Tweepy - a python library used to access the twitter api. This is an old project and I will not be updating it. The console window is included upon start up because the second tool freezes the GUI, but you can see it still running with printed statements in the console.
The download file is a zipped up folder of the single executable, license files, and the image used for the logo.
To use this you will need a twitter developer account and the necessary authentication.
Create a text file in the main directory of the TweePython download called "auth.txt" and using the first four lines paste your keys:
These are the two tools included:
Get User Tweets - Saves all tweets that a target user posted to a text file. Again, beware rate limits. Although I'm using threading, this one holds up the mainloop of tkinter and therefore will cause the GUI to stop responding until the operation completes.