Este proyecto es una aplicación de caja registradora desarrollada en Python utilizando la biblioteca Tkinter. Permite gestionar el inventario, realizar ventas y generar reportes.
- Clonar el repositorio:
git clone [https://github.com/jhonshua/Python-Tkinter.git]
Estructura de carpetas propuesta:
El proyecto viene con una estructura sencilla e intuitiva que se presenta a continuación:
< PROJECT ROOT PUNTO DE VENTA>
|
|-- data/ #
| |-- env/ #
|
|-- media/ #
| |-- icons/ #
| |-- img_productos/ #
| |-- fondo.png #
|
|-- modulos/ #
| |
| |-- login/ #
| |-- clientes.py #
| |-- informacion.py #
| |-- inventario.py #
| |-- pedidos.py #
| |-- proveedor.py #
| |-- ventas.py #
|
|-- requirements.txt #
|-- .gitignore
|-- container.py #
|-- index.py #
|-- LICENSE #
|-- manager.py #
|-- readme.md #
|
|-- ************************************************************************