Description
Runnin main.py file will raise ModuleNotFoundError: No module named 'password_generator'
This is because password_generator is not a python file (doesn't end wit '.py') so Python doesn't recognize it.
Renaming it will fix it.
Type of issue
Checklist:
Description
Runnin main.py file will raise
ModuleNotFoundError: No module named 'password_generator'This is because password_generator is not a python file (doesn't end wit '.py') so Python doesn't recognize it.
Renaming it will fix it.
Type of issue
Checklist: