Skip to content

werzq/python-sqlite-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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