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.
- Host: GitHub
- URL: https://github.com/adarshaddee/seema
- Owner: AdarshAddee
- Created: 2020-08-23T12:44:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T05:47:56.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T19:07:33.999Z (about 1 month ago)
- Topics: adarsh-addee, adarshaddee, bash, bash-script, bash-scripting, password, password-generator, password-manager, python, python-library, python-script, python3
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
[](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.shOR 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