Skip to content

SubUx/login-system-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login System in Python

Run

  • python server.py (mac/ubuntu: python3 server.py)
  • python client.py (mac/ubuntu: python3 server.py)

Libraries:

  • sqlite3 (f: database)
  • hashlib (f: hash passwords)
  • socket (f: server)
  • threading (f: functions)

Database

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%