项目作者: Fabbry91
项目描述 :
Program developed in Python3 and the TKINTER library. The program allows to load 3 different fields (title, description, and path), update and delete them, they are displayed in a table. The records of the entered data are stored in a SQLite3 database. The Title field is validated through REGEX to support only alphanumeric values. The code is PEP8 compliant. The functionality of interaction with the database and regex validation are located in aprate modules. The app is built under the POO paradigm.
高级语言: Python
项目地址: git://github.com/Fabbry91/CRUD-Python.git