is there a way to protect a folder so that others cant get into it. please do this in python.
You can't password protect a folder in a repl. If your are looking to store credentials, you can make a .env file to store your credentials in instead. (.env files are automatically protected and private.)
.env
password protect a folder
is there a way to protect a folder so that others cant get into it. please do this in python.
You can't password protect a folder in a repl. If your are looking to store credentials, you can make a
.env
file to store your credentials in instead. (.env
files are automatically protected and private.)