Python Forum

Full Version: I need the oddest help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to compile some scripts into a Windows executable. The issue I'm running into is that it needs the tweepy module. I was also wondering if there was a way, after its an executable, to enter keys into the program. Kind of like a one time set up. I need to figure out how to input the consumer and auth keys from Twitter into the executable. I can't seem to wrap my noggin around it. Any help is greatly appreciated.
You need to look at snippsat's new tutorial here: https://python-forum.io/Thread-Basic-Pac...-py-Freeze
You can add any package that you require.
Use a virtual environment as explained in the tutorial