All Projects → gn03249822 → Python-GUI-Bookstore

gn03249822 / Python-GUI-Bookstore

Licence: other
database application(SQLITE) with simple graphical user interface built by Tkinter

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
TeX
3793 projects
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Python-GUI-Bookstore

Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+11356.1%)
Mutual labels:  gui-application, tkinter-graphic-interface
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (+336.59%)
Mutual labels:  gui-application
Fiscript
Execute custom scripts from the MacOS context menu (CTRL+click) in Finder.
Stars: ✭ 372 (+807.32%)
Mutual labels:  gui-application
Cemui
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (+187.8%)
Mutual labels:  gui-application
Pyfladesk
create desktop application by using Flask and QtWebKit
Stars: ✭ 399 (+873.17%)
Mutual labels:  gui-application
Nugetpackageexplorer
Create, update and deploy Nuget Packages with a GUI
Stars: ✭ 1,953 (+4663.41%)
Mutual labels:  gui-application
Guark
Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more...
Stars: ✭ 334 (+714.63%)
Mutual labels:  gui-application
Calcu
CALCULADORAS
Stars: ✭ 22 (-46.34%)
Mutual labels:  tkinter-graphic-interface
Dottorrent Gui
An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
Stars: ✭ 175 (+326.83%)
Mutual labels:  gui-application
Sldeditor
Java desktop application that allows the creation and editing of OGC Styled Layer Descriptors for use with GeoServer. See blog for more project information (https://robward-scisys.github.io).
Stars: ✭ 102 (+148.78%)
Mutual labels:  gui-application
Miraql
GraphQL performance monitoring & error-handling tool
Stars: ✭ 97 (+136.59%)
Mutual labels:  gui-application
Compressonator
Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
Stars: ✭ 785 (+1814.63%)
Mutual labels:  gui-application
Dockerlocal
DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.
Stars: ✭ 148 (+260.98%)
Mutual labels:  gui-application
Telesculptor
TeleSculptor: Aerial Photogrammetry Application powered by KWIVER
Stars: ✭ 393 (+858.54%)
Mutual labels:  gui-application
FreeOberon
Cross-platform IDE for development in Oberon programming language made in the classical FreePascal-like pseudo-graphic style.
Stars: ✭ 102 (+148.78%)
Mutual labels:  gui-application
Passmaker
可以自定义规则的密码字典生成器,支持图形界面 A password-generator that base on the rules that you specified
Stars: ✭ 363 (+785.37%)
Mutual labels:  gui-application
Docker Swarm Gui
📦 Docker Swarm GUI. A tiny tool to help you to visualize the state of your Docker swarm.
Stars: ✭ 61 (+48.78%)
Mutual labels:  gui-application
Platypus
Create native Mac applications from command line scripts.
Stars: ✭ 1,893 (+4517.07%)
Mutual labels:  gui-application
glimmer-cs-gladiator
Gladiator (Glimmer Editor) - Glimmer Custom Shell
Stars: ✭ 26 (-36.59%)
Mutual labels:  gui-application
ArteryNetwork
A pipeline to extract vessels from MR images and perform analysis.
Stars: ✭ 21 (-48.78%)
Mutual labels:  gui-application

Project Overview

This program contains both front-end and back-end code for a bookstore app with a simple graphical user interface (GUI) built with Tkinter library. While I personally might not choose Tkinter if I were to build a real-world app with modern UI, Tkinter serves me well in terms of getting me familiar with how to connect to databases(SQLite in this case), manipulatie data, and reflect the changes on the front end with Python.

The program supports all 4 essentail CRUD functionalities and I also manage to package the program into a standalone executable file for production/distribution using py2app library by following the tutorial here.

For the standalone executable, please see the app folder and look for file named frontend inside folder dist.

Screenshot

2018-01-06 06 18 21 pm

2018-01-06 06 56 01 pm

Author

@Daniel Huang

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].