An open API service indexing awesome lists of open source software.

https://github.com/adarshaddee/seema

Seema - Random Password Generator Tool. This can help you to increase the protection of your privacy.
https://github.com/adarshaddee/seema

adarsh-addee adarshaddee bash bash-script bash-scripting password password-generator password-manager python python-library python-script python3

Last synced: about 1 month ago
JSON representation

Seema - Random Password Generator Tool. This can help you to increase the protection of your privacy.

Awesome Lists containing this project

README

        

# Seema - Meri Mummy
> Seema is a random password generator tool which generates a random password of your choice. If you wants easy password, then it will generate a random easy password and give you and ask from you whether you wants to save or not. If you doesn't want to save your password and it will stop processing but if you wants to save your password then, it will ask from you a name for your password.

# Watch Video

[![Watch the video](https://img.youtube.com/vi/DTwGfrPCrZ8/maxresdefault.jpg)](https://www.youtube.com/watch?v=DTwGfrPCrZ8)

# Subscribe
hey there, You can subscribe Mr Idealhat for interesting videos OR follow Mr Idealhat Blogger website for interesting blogs. Search "Adarsh Addee Vlogs" on YouTube and subscribe for my vlog videos.

It will save your password as a python Dictionary like this :-


{'your name' : 'your password'}

# Installation


apt-get update && apt-get upgrade -y


apt-get install python git -y


git clone https://github.com/adarshaddee/Seema.git


cd Seema


chmod +x setup.sh
./setup.sh

OR YOU CAN USE


pip install -r requirements.txt


python Seema.py

# One line installation


apt-get update && apt-get upgrade -y && apt-get install python git -y && git clone https://github.com/adarshaddee/Seema.git