Coder Social home page Coder Social logo

fredgainza / random-password-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.8 MB

Generate a random password by choosing the specifics

License: MIT License

Python 100.00%
configuration executable password-generator python-tkinter-application python3

random-password-generator's Introduction

pass-generator

Badge KoPaTiK

exe application to generate a random password

pass-generator

Features

  • python code (pyinstaller to create the .exe)
  • πŸ†• Select the interface language (english or french)
  • πŸ†• Add a help page
  • choice of the password length (between 3 and 50 characters)
  • choice of the type of characters to use (lower case, upper case, numbers, special characters)
  • πŸ†• Specify a number, a minimum (like "2-"), a maximum (like "-8"), an intervall (like "2-8"), or nothing for each type of character
  • automatic copy of the password on the clipboard when it is generated

Installing

You can use directly the file 'pass-generator.exe' present in the folder '/app/' or generate by yourselves the executable.

To build by yourself :

  • After cloning the repository:
    ### Navigate to the directory
    $ cd /navigate/repository/pass-generator
	
    ### Create a new environment
    $ python -m venv venv 
    ### Activate this environment
    $ venv\Scripts\activate.bat
    ### Run the requirements.txt
    $ pip install -r requirements.txt
	
    ### Create the .exe version
    $ pyinstaller --icon=exe.ico -F --noconsole pass-generator.py

Running requirements.txt will install the following modules:

  • tkinter (it should be already installed with Python)
  • pyperclip (to copy the generated password to the clipboard)
  • pyinstaller (to generate the .exe)

Authors

FrΓ©dΓ©ric Gainza alias @FredGainza

License

This project is licensed under the [MIT] License - see the LICENSE.md file for detail

random-password-generator's People

Contributors

fredgainza 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.