# RetailPOS
**Repository Path**: ewzal/RetailPOS
## Basic Information
- **Project Name**: RetailPOS
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-11-13
- **Last Updated**: 2024-11-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# RetailPOS
RetailPOS is a comprehensive Point of Sale (POS) system designed for Windows, Mac, and Linux operating systems, developed using Python and Kivy. It facilitates day-to-day business transactions and inventory management within a single local setup, without any subscription fees. The code is customizable to meet individual requirements, making it an ideal starting point for those seeking to operate a POS system locally. Additionally, RetailPOS can interface with thermal receipt printers and cash drawers when configured appropriately, program leverages the python-escpos library for communication. It's important to note that this program does not support customer displays and payment gateways, making it as cash-register style POS systems.
**Ensure you have the following dependencies installed. Install libusb and Kivy for appropriate Platform.**
- Python 3
- Kivy and KivyMD
- LibUSB (libusb)
## Installation and Downloading
To get started with RetailPOS, follow these steps:
### Download Instruction
- Manual Download (Option 1)
You can manually download the zip file from [here](https://github.com/virajkothari7/RetailPOS/archive/refs/heads/main.zip).
Click on "Code" and select "Download ZIP".
- Git Clone (Option 2)
If you prefer using Git, you can clone the repository using the following command:
git clone https://github.com/virajkothari7/RetailPOS.git
### Installation Instructions
- Navigate to the directory where RetailPOS is located.
cd [Path to RetailPOS]
- Install the required packages using pip:
pip install -r requirements.txt
- Run the program:
python main.py
## Screenshots
![]() |
![]() |
![]() |
![]() |