DEV Community

Discussion on: Make a password manager with python: Making the basic mechanisms

Collapse
 
banajitrajbongshi profile image
Banajitrajbongshi

thanks Sir , I can be able to easily understand the basics.
But my question how can I use these database to use in log in programme?
please help me Sir

Collapse
 
muhimen123 profile image
Muhimen

First of all I am not a sir(it makes me uncomfortable 😅).

Secondly, sorry because I didn't continued the series for some reasons.

Finally, to answer your question, use selenium. It's a python web automation framework. I would take the login data and then input them in a website using selenium.

Collapse
 
emperor profile image
King

Well you can use MySQL, SQLite or PostgreSQL as these are the common ones. You can check their functioning on google or watch a video on YouTube. As for log in programmer, you can also do it without a database.
user_name and password are two variables. When you enter a value in them you can create a file with the name {user_name}.{password}.txt. So basically you are opening the file where your passwords are save and your file name is your username.password