Complete Password Tools Using Python | CampCodes ...

Complete Password Tools Using Python

July 14, 2020
Python
password tools using python

Project: Complete Password Tools Using Python with Source Code

About Project

A basic Password Tools using Python script/program using Tkinter that allows users to perform the following functions:

  • Generate a single random password
  • Generate a number of passwords specified by the user of a certain length specified by the user to a text file in a location of their choice
  • Test the strength of a password that is inputted by the user
  • Test the strength of a text file selected by the user containing passwords (the text file created by the program/script in feature 2 would be ideal to test)

Screenshot

password tools using python

password tools using python

Imports used

  • tkinter
  • random
  • os

How to run the project?

So as to run the project, install the latest Python version on your PC.  Use for instructive purposes only!

Download Here

Leave a Reply

Your email address will not be published. Required fields are marked *