jksdou / tkinter-gui-application-examples

A Desktop Application Example based on Tkinter in Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Desktop Application Example based on Tkinter in Python3

Features

  • menu
  • user login
  • User add, edit, delete
  • Content addition, editing, deletion
  • View switching, window management, etc.

Installation

pip3 install sqlite

Running

python3 init.py # create db file
python3 main.py # run App

default username and password is admin

About

A Desktop Application Example based on Tkinter in Python3

License:MIT License


Languages

Language:Python 100.0%