Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 2.76 KB

README.md

File metadata and controls

81 lines (50 loc) · 2.76 KB

Logo

EasyCardGUIDesktop

Project 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.

Features

  • Auth: Offers a secure login mechanism to ensure that only authorized users can access the application.
  • Credit Card Management: Enables users to manage their credit cards efficiently.
  • Number Extraction: Uses AI to extract credit card numbers from images.
  • Dashboard: Displays statistics on the total number of cards, valid and invalid cards.
  • Data Table: Presents a detailed view of credit card data in a tabular format.
  • 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.

Demo

To see EasyCardGUIDesktop in action, watch the demonstration video below:

EasyCardGUIDesktop Demo

Prerequisites

Before 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.

Getting Started

1. Clone the Project

git clone https://github.com/Macktireh/EasyCardGUIDesktop.git
cd EasyCardGUIDesktop

2. Install Dependencies

pdm install

3. Configuration

Before running the EasyCardGUIDesktop application, you need to configure it to connect to the EasyCardBackend service. Follow these steps to set up the connection:

3.1. Set Up the Backend Service

Ensure that the EasyCardBackend is running. You can find the setup instructions in the EasyCardBackend repository.

3.2. Configure the Frontend Application

In 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.

BASE_API_URL = "http://localhost:5000/api"  # Replace with the actual URL of your backend

4. Launch the Application

pdm start

License

This project is licensed under the MIT License.