I am new to python programming. I am writing a simple twitter based command line application and I have to use external libraries like simplejson, tweepy etc. Is there a way I can package my python program to include these libraries, so when I distribute this program, the user does not need to install the necessary libraries first?
thank
source
share