Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 298 Bytes

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