This is a grocery store desktop application for stock, customer, and cashier management.
Features • Building from source • Support •
Manage Pengguna | Manage Barang |
---|---|
Manage Supplier | Manage Customer |
---|---|
Grocery Store | Cart |
---|---|
Customer Area |
---|
- Login
- Manage Barang
- Manage Pengguna
- Manage Barang
- Manage Supplier
- Manage Customer
- Manage Transaksi
- Manage Cart
- Manage Customer Area
- 2 Role (Admin dan Petugas)
-
Admin Username: admin Password: admin
-
Petugas Username: petugas Password: petugas
Ensure you have Python 3.11.5 and Git installed.
Open a terminal and run the following commands.
- Set everything up.
- Linux/Mac
git clone https://github.com/iamwilldev/Grocery-Store && cd Grocery-Store && python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt
- Windows (Command Prompt)
git clone https://github.com/iamwilldev/Grocery-Store && cd Grocery-Store && python -m venv .venv && .venv\Scripts\activate && pip install -r requirements.txt
- Build the app into an executable.
pip install cx_freeze==6.15.10 && python main.py build
- You can support the development of Grocery-Store through donations on GitHub Sponsors.
- You can also leave a star on the github for more weebs to know about it.
- Grocery-Store is open to pull requests, so if you have ideas for improvements, feel free to contribute!