Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 759 Bytes

python login using sqlite

This is a simple python program that stores user data in a db file

the structure of the original db file is:

data.db > accounts

uname pwd
1 user password
2 iamstrawberry hello@123

How to setup

Step 1: Clone/download this repo

git clone https://github.com/iamstrawberry/python-sqlite-login

Step 2: Install requirements

change directory to the newly created "python-sqlite-login" folder
and click on run.bat or enter the following command in command prompt

pip install -r requirements.txt

All set! you are good to go