An open API service indexing awesome lists of open source software.

https://github.com/hashfx/random-password-generator

(Python+Tkinter) Random Password Generator with Exception Handling queries
https://github.com/hashfx/random-password-generator

Last synced: 26 days ago
JSON representation

(Python+Tkinter) Random Password Generator with Exception Handling queries

Awesome Lists containing this project

README

          

#

Random-Password-Generator

## Interface

#### First Interface after running Random Password Generator.py
![rpw01](https://user-images.githubusercontent.com/69109482/115849047-232ed280-a442-11eb-86d0-ba091cda7c20.png)
#### Select length of Password from combo-box
![rpw02](https://user-images.githubusercontent.com/69109482/115849055-245fff80-a442-11eb-8c41-4f9ef73ca837.png)
#### Click Generate Password to get a Random Password
![rpw03](https://user-images.githubusercontent.com/69109482/115849059-24f89600-a442-11eb-9fa1-efa4d12ef7e2.png)
#### Click ***Exit button*** _>>>_ ***Yes*** to Exit the Programme
![rpw04](https://user-images.githubusercontent.com/69109482/115849066-25912c80-a442-11eb-803d-63c9f36dc26a.png)
#### To enable custom input in the Combo-box remove ~~state='readonly'~~ from the Combobox widget
![rpw05](https://user-images.githubusercontent.com/69109482/115849069-2629c300-a442-11eb-8384-9d1e326a15ce.png)
##### Now User can enter Custom number as ***Length of Password*** to generate Random-Password
![rpw06](https://user-images.githubusercontent.com/69109482/115849030-1f9b4b80-a442-11eb-9992-5e0c15dfacf5.png)
#### Random Password with Custom Value accepted from User
![rpw07](https://user-images.githubusercontent.com/69109482/115849043-22963c00-a442-11eb-944f-0e715f25b590.png)

## Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
--
#

Thanks, [Code Blooded Creatures!+!](https://hashfx.github.io/harshfx/)