Skip to content

A Tkinter Desktop Application, Stores Generated Passwords in SQLite Database.

Notifications You must be signed in to change notification settings

arnoldchrisoduor1/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password GeneratorDW

This password generato generates a password for any given length guided by the conditions set by the user. It's meant to generate strong passwords on the fly.

Authors

FAQ

Does the Description affect the generated password?

No! All passwrds are randmly generated, the description helps store the passwords in the databse.

Can someone get access to my passwords in the database?

No! All passwords are encrypted before being sent to the database.

Installation

Find the executable main.exe in the dist folder and run it.

Alternatively you could run the source code through the main.py file, in that case install the following dependancies:

  pip install tk
  pip install sqlite3
  pip install pyperclip

License

MIT

Screenshots

App Screenshot

Used By

This project is used by the following companies:

  • Digital Wilderness

About

A Tkinter Desktop Application, Stores Generated Passwords in SQLite Database.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published