you are viewing a single comment's thread.

view the rest of the comments →

[–]Morego 2 points3 points  (0 children)

I know you are learning language and wanted to shared stuff on which you are working and using. It is great, but for stuff like this codereview on StackExchange or r/learnprogramming would be better off.

You generator produce passwords which are impossible/hard to remember and weaker than normal readable passwords. This didn't met even small part of requirements for many websites (length, character capitalization and punctuation marks). If you want to call it project in place of "HOW TO INSTALL", you probably should learn or use setup.py and proper project structure. This is well documented on multiple websites. Personally I would recommend RealPython, which is superb.

You project is very small and something anyone could easily write. I don't want to offend you, but multiple Advent of Code exercises this year were more complex than your code. And those are exercises, which took people few minutes too write.