We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder
python -m venv ./venv
We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder
python -m venv ./venv
# this is my first module | |
# this is about users | |
import ssl, smtplib | |
import random, re | |
verify_code = random.randint(1000,9999) | |
regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b' | |
# pfp | |
pfp = r'C:\Users\gyana\Desktop\Users\Photos\default pfp.png' |