Skip to content

Password generator telegram bot. Can create random and customizable passwords

License

Notifications You must be signed in to change notification settings

vi-dev0/404-tg-passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

TG Password Generator Bot

A simple password generator Telegram bot
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

This is a simple password generator in Telegram.

Bot can generate random passwords (upper/lowercase chars, numbers, special chars), PINs, memorable passwords.

The project was created for the telegram channel - B4DCAT404 and to complement the portfolio. The project uses public libraries and generally accepted practices

(back to top)

Built With

  • Telegram
  • Python
  • RPG

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need 2 packages

How it works

For random password generation used library Random password Generator. The password is generated using uppercase, lowercase letters, numbers and special characters.

For PINs generation used random module from Python.

For Memorable passwords used dictionary

(back to top)

Usage

To generate random password tap Random password

To generate PINs tap PIN, chose number of digits and tap on it.

To generate memorable password tap Memorable password

All passwords can be copied, just click on any password or PIN and they will be copied

(back to top)

Roadmap

  • Add Changelog
  • Add back to top links
  • Create bot by BotFather
  • Found library for password generation
  • Add types of passwords
    • [] Random password
    • PINs
    • Memorable password
  • Commit and push on GitHub
  • Publish in B4DCAT404 chanel

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Vi - @vi_dev0

Project Link: https://github.com/vi-dev0/404-tg-passgen

(back to top)

Acknowledgments

I used these resources while creating the bot

(back to top)