Password generator - Python project for beginners (12)

Опубликовано: 17 Октябрь 2024
на канале: Begin Coding Fast
5,305
74

The program asks for the password length, and the minimum number of alphanumeric characters and symbols. If the sum of the characters is not consistent, a new input is requested. Then the program generates a password accordingly.

You'll learn most by trying my code while watching the video.

Please post your improvement on my code on the comments.

Concepts:
List comprehension
Functions
Infinite loop
Break command

Basic Python Fast
   • Python tutorial for beginners | Pytho...  

Playlist of my Python examples
   • Python projects for beginners with fu...  

#pythonprojects #pythonprojectforbeginners #pythonprojectideas #pythonforbeginners #pythonforbeginner