Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.52 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.52 KB

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

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