News

This Python project provides a simple graphical user interface (GUI) for managing users using Tkinter and SQLite. You can add new users, search for users by their national code (کد ملی), and view all ...
This project is a basic flight reservation system developed as a desktop application using Python's Tkinter library for the Graphical User Interface (GUI) and SQLite for database management. Users can ...
Tkinter is a standard GUI library for Python, and it is the most popular Python GUI framework. It is fast, easy-to-use, and provides a wide range of widgets, including buttons, labels, and text boxes.