{"id":19190203,"url":"https://github.com/macktireh/easycardguidesktop","last_synced_at":"2025-05-08T04:49:11.312Z","repository":{"id":234356162,"uuid":"733920855","full_name":"Macktireh/EasyCardGUIDesktop","owner":"Macktireh","description":"EasyCardGUIDesktop is a graphical user interface (GUI) application designed to complement the EasyCardBackend project. This desktop application provides a user-friendly interface for managing credit cards and utilizes artificial intelligence to extract credit card numbers from images.","archived":false,"fork":false,"pushed_at":"2024-12-16T20:19:57.000Z","size":28540,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T04:48:59.425Z","etag":null,"topics":["ai","customtkinter","dark-mode","dashboard","desktop","easycard","python","responsive","tkinter","ui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Macktireh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-12-20T12:42:19.000Z","updated_at":"2025-04-08T12:52:18.000Z","dependencies_parsed_at":"2025-04-23T03:16:08.320Z","dependency_job_id":null,"html_url":"https://github.com/Macktireh/EasyCardGUIDesktop","commit_stats":null,"previous_names":["macktireh/easycardguidesktop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyCardGUIDesktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyCardGUIDesktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyCardGUIDesktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2FEasyCardGUIDesktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Macktireh","download_url":"https://codeload.github.com/Macktireh/EasyCardGUIDesktop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253002842,"owners_count":21838637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","customtkinter","dark-mode","dashboard","desktop","easycard","python","responsive","tkinter","ui"],"created_at":"2024-11-09T11:33:19.108Z","updated_at":"2025-05-08T04:49:11.290Z","avatar_url":"https://github.com/Macktireh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/demo/Screenshot1.png\" alt=\"Logo\" height=300\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong align=\"center\"\u003eEasyCardGUIDesktop\u003c/strong\u003e\n\u003c/p\u003e\n\n## Project Description\n\nEasyCardGUIDesktop is a graphical user interface (GUI) application designed to complement the EasyCardBackend project. This desktop application provides a user-friendly interface for managing credit cards and utilizes artificial intelligence to extract credit card numbers from images.\n\n## Features\n\n- **Auth**: Offers a secure login mechanism to ensure that only authorized users can access the application.\n- **Credit Card Management**: Enables users to manage their credit cards efficiently.\n- **Number Extraction**: Uses AI to extract credit card numbers from images.\n- **Dashboard**: Displays statistics on the total number of cards, valid and invalid cards.\n- **Data Table**: Presents a detailed view of credit card data in a tabular format.\n- **Appearance Theme**: Allows users to customize the visual theme of the application, providing options such as a light or dark mode to suit user preferences.\n\n## Demo\n\nTo see EasyCardGUIDesktop in action, watch the demonstration video below:\n\n[![EasyCardGUIDesktop Demo](./assets/demo/Demo-EasyCardGUIDesktop.gif)](./assets/demo/Demo-EasyCardGUIDesktop.gif)\n\n\n## Prerequisites\n\nBefore setting up the EasyCardGUIDesktop, ensure that the EasyCardBackend is up and running. The backend API is necessary for managing credit cards and extracting credit card numbers using artificial intelligence.\n\n- EasyCardBackend: Follow the instructions in the [EasyCardBackend repository](https://github.com/Macktireh/EasyCardBackend.git) to set up the backend service.\n- Python 3.12 or higher\n- Install [PDM](https://pdm-project.org/)\n\n\n## Getting Started\n\n### 1. Clone the Project\n\n```bash\ngit clone https://github.com/Macktireh/EasyCardGUIDesktop.git\n```\n\n```bash\ncd EasyCardGUIDesktop\n```\n\n### 2. Install Dependencies\n\n```bash\npdm install\n```\n\n### 3. Configuration\n\nBefore running the EasyCardGUIDesktop application, you need to configure it to connect to the EasyCardBackend service. Follow these steps to set up the connection:\n\n#### 3.1. Set Up the Backend Service\n\nEnsure that the EasyCardBackend is running. You can find the setup instructions in the [EasyCardBackend repository](https://github.com/Macktireh/EasyCardBackend.git).\n\n#### 3.2. Configure the Frontend Application\n\nIn the EasyCardGUIDesktop application, locate the configuration file named `config/settings.py` and set the `BACKEND_URL` variable to the URL of your running EasyCardBackend service.\n\n```python\nBASE_API_URL = \"http://localhost:5000/api\"  # Replace with the actual URL of your backend\n```\n\n### 4. Launch the Application\n\n```bash\npdm start\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacktireh%2Feasycardguidesktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacktireh%2Feasycardguidesktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacktireh%2Feasycardguidesktop/lists"}