Skip to content

MrBrok824/python-RPG-1.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-RPG-1.3

Random Password Generator 1.3

Introduction

The Random Password Generator is a Python application that generates random passwords between 8 and 14 characters in length using a graphical user interface (GUI). This tool is designed for users who need secure, random passwords for various applications.

Installation

To install the necessary dependencies, use the following pip commands:

Copy code

pip install tk
pip install pyperclip
git clone https://github.com/MrBrok824/python-RPG-1.3.git
cd python-RPG-1.3
python3 python-RPG-1.3

Make sure you have Python installed on your system.

Usage

Generate a Password: Open the application and click the button to generate a random password. Copy to Clipboard: After generating a password, you can copy it to the clipboard by clicking the respective button. Save to File: You can also save the generated password to a text file named generated_password.txt on your desktop.

Examples

When you generate a password, you will see a random string of characters such as A8f3J9kL.

Notes

Ensure your Python version is compatible with the tool (typically Python 3.6 or higher). Use strong, unique passwords for each application.

Compatibility

This Random Password Generator has been tested and confirmed to work on the following operating systems:

Windows 10

Linux Ubuntu Mate 22.04.4

While it has been verified to function on these systems, it may also work on other versions of Windows and Linux distributions.

License GPL3

GNU/Linux Sticker Python is Best!

About

Random Password Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages