This is a tutorial on how to use .env files in your Python projects to store sensitive data, instead of storing them in your .py scripts.
Installation Via Terminal
-------------------------------
npm: npm install dotenv
Python: pip install python-dotenv
Arch Linux: sudo pacman -S python-dotenv
For Any Other Distros: Look up either dotenv or python-dotenv in your package managers.
Social Media
----------------
https://linktr.ee/ImZipux
#python #dotenv #tutorial