Python Classroom notes 06/Sep/2024

Commandline Password Manager

  • Generate password: while generating password we need to give options to consider special characters and digits as well. We also need to take length as an argument def generate_password(length, include_special_characters=True, include_digits=True)
  • Refer Here for solution

References

  • Random module can be used to generate random numbers or text Refer Here
  • File operations in python Refer Here
  • Building cli’s with argparse Refer Here

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube