POS Console-based application built using Python.
Just run the console application, and it will display the POS menu. The database will be automatically created if it is not available:
python main.py
- 01: Print User Menu
- 02: Print Role Menu
- 03: Print Product Menu
- Python 3.x
- SQLite3
- Clone the repository:
git clone https://github.com/osama-github-web/Python.Pos.Console.git
- Navigate to the project directory:
cd Python.Pos.Console
- (Optional) Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`