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.
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'}
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
apt-get update && apt-get upgrade -y && apt-get install python git -y && git clone https://github.com/adarshaddee/Seema.git