Coder Social home page Coder Social logo

atrikgit6174 / pwd-generator Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 133 KB

A simple Python project to generate passwords based on user constraints

Home Page: https://atrikgit6174.github.io/PWD-Generator/

Jupyter Notebook 100.00%
jupyter password python

pwd-generator's Introduction

Hello World! ๐Ÿ‘‹

whoami:

Resume LinkedIn Medium TryHackMe

Open a conversation @:

https://github.com/AtrikGit6174/AtrikGit6174/issues/new

Languages and Tools:

cplusplus python postgresql overleaf Google Colaboratory linux html5 css3 bootstrap

Github Profile Trophy:

trophy

Anurag's GitHub stats ย  ย Top Langs

Readme Card Readme Card Readme Card Readme Card

Contributor in:

Readme Card Readme Card Readme Card

Acknowledgements:

pwd-generator's People

Contributors

atrikgit6174 avatar ayushmansen avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ayushmansen

pwd-generator's Issues

Suggestion to convert this tool into a CLI

Is your feature request related to a problem? Please describe.
Currently, this project is usable from a personal Google Colab notebook, which works by interactively prompting the user.

This causes a few issues,

  • One would have to remember or save website/notebook URL somehow
  • Wait for Colab to connect and allocate compute
  • Provide quite a few, essentially bool flags and string inputs one by one
  • Get a result, which if not desirable, run again and provide input which is a slow process
  • Simply cannot use it without being connected to the net
  • No way to persist passwords

Describe the solution you'd like

Converting this project to a python module that can be used as a CLI might be an ideal solution. It could look something like

pswdgen --chars=5 --numbersrequired --specialchar=2 --charstoinclude="abc" --scramble=3

Thus, it has some benefits,

  • CLI can be downloadable via pip and can be used without remembering any particular URL
  • Can actually be run locally without waiting for any such allocation and even without a net connection
  • User doesn't have to go through all input prompts and can just generate passwords in one go, thus making this tool more pragmatic
  • Many users will have terminals with autocompletion/suggestion (eg zsh-autosuggestions) which reduces the need to even type commands fully, so this tool would actually fit in well
  • As it runs locally, it has a filesystem to interact with which means functionality to save passwords in some sort of database (maybe SQLite) can be implemented
  • Other devs might actually use this within their codebase if need be
  • Can still be demo-able via a Colab notebook

Discussed all this with @AtrikGit6174 before!

However, all of this is extra work ! ๐Ÿ˜…

Describe alternatives you've considered
Continuing with a Colab notebook, in which case it's difficult to use properly. :)

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.