Este proyecto es un generador de contraseñas aleatorias implementado en Python con una interfaz de usuario amigable. Permite generar contraseñas aleatorias y guardarlas en un archivo de texto.
- Generación de contraseñas: El programa puede generar contraseñas aleatorias.
- Guardado de contraseñas: El programa puede guardar las contraseñas generadas en un archivo de texto para su posterior uso.
- Interfaz de usuario: El programa cuenta con una interfaz de usuario intuitiva para facilitar la interacción.
El proyecto consta de los siguientes archivos:
Password_Generator.py
: Este es el archivo principal que contiene todo el código del generador de contraseñas.
Para ejecutar este programa, necesitarás tener instalado Python en tu sistema. Puedes descargarlo desde la página oficial de Python.
Este proyecto está bajo la licencia MIT. Consulta el archivo LICENSE
para obtener más detalles.
This project is a random password generator implemented in Python with a user-friendly interface. It allows you to generate random passwords and save them in a text file.
- Password Generation: The program can generate random passwords.
- Password Saving: The program can save the generated passwords in a text file for later use.
- User Interface: The program has an intuitive user interface to facilitate interaction.
The project consists of the following files:
Password_Generator.py
: This is the main file that contains all the code for the password generator.
To run this program, you will need to have Python installed on your system. You can download it from the official Python page.
This project is under the MIT license. See the LICENSE
file for more details.