Password Generator

Randomly generates a Password of specified length and settings and copies it to the clipboard. Built using Python and Flet.

Password Generator

Steps to run the source:

  • Clone the source
  • Install Dependencies
  • pip3 install flet
  • pip3 install clipboard

Once the dependencies are installed, open the source directory in a terminal and execute python3 app.py