Baaaad idea. Seriously, sending username and password in cleartext over the wire because "it's faster to implement" is not something that's worth doing.
Python-twitter will work too, but it covers significantly fewer API calls than Tweepy and doesn't have native oauth support (though oauth-python-twitter solves the latter nicely enough).