Skip to content

Commit b8c7e4c

Browse files
feat: update README.md and add LICENSE file
1 parent 1f0a9c7 commit b8c7e4c

2 files changed

Lines changed: 38 additions & 3 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Sagar Biswas
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# Bank Account Management System (Tkinter + SQLite + Argon2id)
1+
# Bank Account Management System
2+
(Tkinter + SQLite + Argon2id)
3+
4+
<div align="right">
5+
6+
[![CI](https://github.com/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk/actions/workflows/python-ci.yml/badge.svg)](https://github.com/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk/actions/workflows/python-ci.yml)
7+
[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/)
8+
[![Tests](https://img.shields.io/badge/tests-pytest-brightgreen)](https://github.com/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk/actions)
9+
[![License](https://img.shields.io/github/license/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk)](https://github.com/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk/blob/main/LICENSE)
10+
[![Last commit](https://img.shields.io/github/last-commit/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk)](https://github.com/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk)
11+
[![Issues](https://img.shields.io/github/issues/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk)](https://github.com/SagarBiswas-MultiHAT/BankingSystem-SQLite-Argon2-PyTk/issues)
12+
13+
</div>
214

315
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 intentionally simple and fast, while the backend focuses on correctness and safety.
416

@@ -12,6 +24,8 @@ If you read only this README, you should understand how the system works, how th
1224

1325
<br>
1426

27+
<div align=center>
28+
1529
![](https://imgur.com/yxAGTh6.png)
1630

1731
---
@@ -40,6 +54,8 @@ If you read only this README, you should understand how the system works, how th
4054

4155
---
4256

57+
</div>
58+
4359
</details>
4460

4561
## What This App Does
@@ -283,5 +299,3 @@ README.md
283299
- On Linux, install `python3-tk` via your package manager.
284300

285301
---
286-
287-
If you want, I can also add a small database viewer or export/report feature next.

0 commit comments

Comments
 (0)