This is a simple desktop application for managing laundry services, built using PyQt6. The application allows users to manage customer orders, track the status of laundry, and handle payments.
- Laundry Form: Easily create and manage customer orders by adding customer details into the database.
- Status Tracking: Keep track of the status of each laundry order (e.g., received, washing, drying, completed).
- Payment Processing: Manage and record payments for orders.
This form is used to input customer details and laundry order information.
This screen allows the user to track and update the status of laundry orders.
This interface is used to record and manage payments for laundry orders.
-
Clone the repository:
git clone https://github.com/rrayhka/laundry-app.git cd laundry-app
-
Install dependencies: Ensure you have Python 3.8+ installed. Install the required packages using pip:
pip install PyQt6
-
Run the application:
python main.py
- Python 3.8+
- PyQt6
Rayhka - khyar075@gmail.com