'Is there a way to include dotenv files in a python executable?
I'm trying to make my python script to an executable using auto-py-to-exe but I'm having troubles making it an executable since I have a .env file storing all my API keys, that I want to hide "inside" the executable. I read about having a API server but I'm not too keen on that. I'm not sure what to do, I don't mind if my executable turns into X amount of files. I just want to store my API keys not in the source code but in something secure. I'm open on any methods or suggestions I can get my hands on! Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
