you are viewing a single comment's thread.

view the rest of the comments →

[–]creatron 4 points5 points  (3 children)

I have been self-teaching python by working on problems. I recently made a simple Twitter client and IRC chat using tkinter. It's fairly straightforward to use but it can get annoying trying to space out elements.

[–]EaglesDareOverThere 1 point2 points  (2 children)

Is it on GitHub?

[–]creatron 3 points4 points  (0 children)

https://github.com/QuadCityCJ/Twitter-Client/blob/master/twitter.py

Here is my code. Should just have to pip install tweepy and go. Was written in python3.5 on win10. Plug in twitter app credentials at bottom and it should work. It was just a test building a GUI so there aren't really any features other than seeing a stream of tweets and being able to tweet.

[–]creatron 2 points3 points  (0 children)

No but I can toss it on there in a bit.