{"id":25444058,"url":"https://github.com/mohamedelziat50/sqlite-wallet-app","last_synced_at":"2026-04-27T18:32:27.240Z","repository":{"id":270894167,"uuid":"911769031","full_name":"mohamedelziat50/SQLite-Wallet-App","owner":"mohamedelziat50","description":"SQLite Wallet App integrated with Python as the final project for CS50SQL.","archived":false,"fork":false,"pushed_at":"2025-01-03T20:23:04.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T13:49:14.549Z","etag":null,"topics":["cs50","cs50sql","cs50sql-final-project","python","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohamedelziat50.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-03T20:00:39.000Z","updated_at":"2025-03-19T14:42:03.000Z","dependencies_parsed_at":"2025-01-03T21:36:59.052Z","dependency_job_id":null,"html_url":"https://github.com/mohamedelziat50/SQLite-Wallet-App","commit_stats":null,"previous_names":["mohamedelziat50/sqlite-wallet-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohamedelziat50/SQLite-Wallet-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelziat50%2FSQLite-Wallet-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelziat50%2FSQLite-Wallet-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelziat50%2FSQLite-Wallet-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelziat50%2FSQLite-Wallet-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohamedelziat50","download_url":"https://codeload.github.com/mohamedelziat50/SQLite-Wallet-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelziat50%2FSQLite-Wallet-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cs50","cs50sql","cs50sql-final-project","python","sqlite"],"created_at":"2025-02-17T15:18:32.386Z","updated_at":"2026-04-27T18:32:27.225Z","avatar_url":"https://github.com/mohamedelziat50.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLite Wallet App\n\n## Overview\nThe SQLite Wallet App revolutionizes personal finance management with a user-friendly Python terminal interface. Aimed at abstracting SQL complexities, this app provides an accessible platform for managing multiple wallets, focusing on simplicity and security.\n\n---\n\n## Key Features\n\n1. **User and Wallet Management**\n   - Stores essential user information, including usernames, passwords, and wallet balances in USD.\n\n2. **Intuitive Python Interface**\n   - Utilizes CS50's Library, Python, and SQL modules for a seamless user experience.\n\n3. **Comprehensive Service Suite**\n   - Offers 10 services post-login such as viewing wallets, managing funds, and account settings adjustments.\n\n4. **Automated Checks**\n   - Implements validation for usernames, passwords, wallet names, and balance sufficiency, ensuring secure transactions and data integrity.\n\n5. **CRUD Operations Support**\n   - Enhances functionality and versatility without compromising on simplicity.\n\n---\n\n## Design Considerations (More Details included in DESIGN.md)\n\n- **User-Centric**\n  - Designed with the end-user in mind, ensuring easy financial management within a secure environment.\n\n- **Continuous Operation**\n  - Allows for uninterrupted use with confirmation prompts post-action, enhancing user convenience.\n\n- **Simplicity vs. Features**\n  - Focuses on core functionalities, excluding transaction history, transfers between user-owned wallets, or currency options to streamline use.\n\n---\n\n## Limitations and Future Directions\n\n1. **Interface and Engagement**\n   - The terminal-based interface, while user-friendly, may lack the sophistication of professional apps, potentially affecting user engagement.\n\n2. **Unique Constraints**\n   - Currently does not prevent duplicate usernames or wallet names, which could lead to account management inaccuracies.\n\n3. **Security Measures**\n   - The absence of restrictions on deposit amounts and checks against reusing previous or existing credentials could pose security risks.\n\n4. **Code Modularity**\n   - The Python code could be improved with a more modular structure to enhance maintainability and functionality.\n\n---\n\n## Preview Videos\n**2-minute preview:**\n\n\nhttps://github.com/user-attachments/assets/a2164156-f882-442b-a3a4-3b7c9ce039f6\n\n\n\n**[Watch the 10-minute detailed preview video here](https://www.youtube.com/watch?v=lp3UqHoFjQE)**\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/mohamedelziat50/SQLite-Wallet-App.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd SQLite-Wallet-App\n   ```\n\n3. Ensure Python and SQLite are installed on your system.\n   - [Download Python](https://www.python.org/downloads/)\n   - [Download SQLite](https://www.sqlite.org/download.html)\n\n4. Run the program:\n   ```bash\n   python program.py\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedelziat50%2Fsqlite-wallet-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedelziat50%2Fsqlite-wallet-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedelziat50%2Fsqlite-wallet-app/lists"}