pythondiario / Login-con-Tkinter-y-Python

Sencillo Login echo con Python, Tkinter y SQLite3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login-con-Tkinter-y-Python

Sencillo Login echo con Python, Tkinter y SQLite3

La base de datos se debe crear con el nombre: login.db Dentro contiene una tabla llamada "usuarios" con dos columnas: usuario y pass (text y not Null)

Lo único que se debe cambiar es la ruta de la base de datos

About

Sencillo Login echo con Python, Tkinter y SQLite3


Languages

Language:Python 100.0%