受注明細が全部入った「orders.db」というデータベース がある状態です。 …という、「とりあえずこれさえ見ればだいたい状況が分かる」 ダッシュボードを作ります。 前提:データベースの中身をおさらい 前回のテンプレートで作った order_items テーブルは ...
長期で貯めて何度も使い回せる「データベース」にしたい その器として SQLite は Excel派にも相性がいい というところまでお話ししてきました。 今回はいよいよ実践編。 ターミナル/コマンドプロンプトで、以下を1回だけ実行します。 pip install pandas sqlite3 ...
A desktop Bank Account Management System built with Python and Tkinter. It supports admin and customer workflows, stores data in SQLite, and secures credentials with Argon2id hashing. The UI is ...
Lift the hood on most business applications, and you’ll find they have some way to store and use structured data. Whether it’s a client-side app, an app with a web front end, or an edge-device app, ...