Code Monkey home page Code Monkey logo

pass-generator's Introduction

Password generator


This program generates random passwords ranging from 8 to 16 characters. It allows you to choose whether the generated password should include uppercase letters, numbers, and symbols, and provides the flexibility to combine these options. The project has been developed using the Python programming language and its Tkinter library to create graphical interfaces."

Usage: To use the program, it is recommended to clone the repository and then create a virtual environment using the command:

Linux/Mac OS

python3 -m venv venv

Windows

python -m venv venv

After creating the virtual environment, you need to install the dependencies for the program to function correctly. The dependencies are listed in the requirements.txt file. To install them, use the following command:

Linux/Mac OS

pip3 install requirements.txt

Windows

pip install requirements.txt

After completing this step, you can execute the main.py file to launch the program. This is done using the command:

Linux/Mac OS

python3 main.py

Windows:

python main.py

Screenshot


Contact me

If you have any comments, please do not hesitate to contact me:

pass-generator's People

Watchers

Oscar Aragón avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.