Skip to main content

SQLite-backed Tkinter shoe shop demo application

Project description

sqlite-sh

sqlite-sh is a small educational Tkinter desktop application backed by SQLite. It includes a shoe shop catalog, role-based login, products, orders, database schema, and exam diagrams.

Install

pip install sqlite-sh

Run

shop

On first import/run, the packaged seed database is copied to:

~/.sqlite_sh/shop.db

You can override the writable database folder:

SQLITE_SH_HOME=/path/to/folder shop

Admin credentials

Login: 94d5ous@gmail.com
Password: uzWC67

Included files

The installed package contains:

  • assets/ with icons and images;
  • data/shop.db seed SQLite database;
  • database.sql schema;
  • algorithm_flowchart_gost.pdf;
  • db_uml_diagram.pdf.

To find the installed package folder:

python -c "import sqlite_sh, pathlib; print(pathlib.Path(sqlite_sh.__file__).parent)"

Build locally

python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*

Upload flow

TestPyPI first:

python -m twine upload --repository testpypi dist/*

PyPI:

python -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlite_sh-0.1.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sqlite_sh-0.1.0-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file sqlite_sh-0.1.0.tar.gz.

File metadata

  • Download URL: sqlite_sh-0.1.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for sqlite_sh-0.1.0.tar.gz
Algorithm Hash digest
SHA256 dec92135423766fc66f87e176e24764d81136cdd43c0ac385ca0c5af9f0118c7
MD5 feeae83eecc8caac603206dcbfd74370
BLAKE2b-256 b998c913a88de6a1c2ef308b2fc07fb46d62420ff67f2733d4d1edd266c4b755

See more details on using hashes here.

File details

Details for the file sqlite_sh-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: sqlite_sh-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for sqlite_sh-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 713ed9b45f57e796efaeab48e27c8508c9c3c17892054ed52f500177f20b032a
MD5 5512f664949c722fe0989ea8fe9bba3b
BLAKE2b-256 ed88bc50a44ebdc81eba97da291c4f1366d5f55d5bd84cbd94b0201d8e44e2eb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page