Skip to content

Console based password generator built with Python. It can either be run via main.py, or using the executable in the dist/main folder.

Notifications You must be signed in to change notification settings

xShadowCodingx/python_consolePasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Console Password Generator

Console-Based Password Generator (Python)

Functionality:

You specify the length through the first prompt:

Length Prompt

The second prompt allows you to choose what is included:

Options Prompt

Error Handling

There is error handling in the application, it verifies that you are using the correct format and options when making your selections. If you do submit a choice in error, you will be notified by a red prompt such as the one below:

Error Example

Exiting the Application

You can exit the application anytime by entering 0 as a choice:

Exiting Example

Notes

  • This program is built purely in Python with no external modules. There is no need for a requirements.txt file, or to install anything via pip
  • This was built using Python 3.13.0
  • There are two ways to run it, via the terminal / command prompt / powershell invoking the main.py file (python3 main.py) or to run the executable that is included within the dist/main directory that was created with pyInstaller

About

Console based password generator built with Python. It can either be run via main.py, or using the executable in the dist/main folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published