You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Feature (New Script)
Bug
Documentation
Checklist:
I have read the project guidelines.
I have checked previous issues to avoid duplicates.
This issue will be meaningful for the project.
I have added screenshots of the bug
I have added steps to reproduce the bug
I have proposed a possible solution for the bug
The text was updated successfully, but these errors were encountered:
franchsli
changed the title
Password_Generato_2 Project Not Working
Password_Generator_2 Project Not Working
Jan 5, 2025
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:
The text was updated successfully, but these errors were encountered: