Skip to content

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

Notifications You must be signed in to change notification settings

AdarshAddee/Seema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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