GithubHelp home page GithubHelp logo

thatsinewave / password-generator Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 542 KB

A nice and compact password generator script written fully in Python with simple customization that allows you to get the perfect passwords

Home Page: https://thatsinewave.github.io/Password-Generator/

License: MIT License

Python 70.54% HTML 7.02% JavaScript 13.02% CSS 9.42%
gui-application mit-license open-source password-generator python random-number-generators random-password-generator good-first-issue good-first-pr good-first-project

password-generator's Introduction

This repository contains a simple password generator application implemented in Python using the CustomTkinter library for the graphical user interface as a script or directly in your browser. The application allows users to generate up to random passwords with various customizable options.

Script Interface

Password-Generator GUI

Web Inteface

Password Generator WEB

Features

  • Password Length: Users can specify the length of the generated passwords (between 8 and 64 characters).
  • Number of Passwords: Users can specify the number of passwords to generate (up to 4,294,967,295 passwords)
  • Options:
    • Include Numbers: Option to include numerical digits in the generated passwords.
    • Mixed Case: Option to include both uppercase and lowercase letters in the generated passwords.
    • Include Symbols: Option to include special symbols in the generated passwords.

Files

  • main.py: Contains the main application code implemented using Tkinter for the GUI.
  • utils.py: Contains utility functions for generating passwords.
  • settings.json: Contains your saved settings.
  • passowords.json: Contains the generated passwords.

Usage

To use the password generator:

  1. Run the main.py file.

  2. Adjust the desired options such as password length, inclusion of numbers, mixed case, and symbols.

  3. Click on the "Generate" button to generate passwords.

  4. Passwords will be saved to a file named passwords.txt in the same directory as the script.

  5. Additionally, users can save their settings by clicking on the "Save Settings" button.

  6. The "Choose Save Path" button allows users to select a custom directory to save the generated passwords.

Requirements

  • Python 3.x
  • CustomTkinter library

Note

Generated passwords are saved to a file named passwords.txt in the same directory as the script. Settings such as password length, inclusion of numbers, mixed case, symbols, and the number of passwords are saved to a settings.json file for future use. Ensure to handle the saved passwords file securely as it contains sensitive information.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

password-generator's People

Contributors

thatsinewave avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.