Skip to content

MabelMaff/inventario_de_tienda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Simulación de Tienda Online en Python 🏪

Este repositorio contiene el código para una simulación de tienda online desarrollada en Python. El proyecto incluye diversas funcionalidades para gestionar el inventario, agregar productos, gestionar clientes y realizar ventas.

Contenido

El notebook Tienda_Online_Limpio.ipynb incluye:

  1. Clase TiendaOnline:

    • Inicialización de atributos básicos para la gestión de productos, clientes, ventas y carritos de compra.
    • Métodos para agregar productos al inventario, gestionar clientes, y procesar compras.
  2. Funcionalidades principales:

    • Agregar Producto: Permite añadir nuevos productos al inventario o aumentar la cantidad de productos existentes.
    • Realizar Compras: Los usuarios pueden seleccionar productos y cantidades para añadir a su carrito y proceder con la compra.

Instalación y Uso

  1. Clona el repositorio:
    git clone https://github.com/tu_usuario/tu_repositorio.git
  2. Navega al directorio del proyecto:
    cd tu_repositorio
  3. Abre el notebook en Jupyter:
    jupyter notebook Tienda_Online_Limpio.ipynb

Contacto

Si tienes alguna pregunta o necesitas más información, no dudes en contactarme.


Online Store Simulation in Python 🏪

This repository contains the code for an online store simulation developed in Python. The project includes various functionalities to manage inventory, add products, manage customers, and process sales.

Contents

The notebook Tienda_Online_Limpio.ipynb includes:

  1. TiendaOnline Class:

    • Initialization of basic attributes for managing products, customers, sales, and shopping carts.
    • Methods to add products to the inventory, manage customers, and process purchases.
  2. Main Features:

    • Add Product: Allows adding new products to the inventory or increasing the quantity of existing products.
    • Make Purchases: Users can select products and quantities to add to their cart and proceed with the purchase.

Installation and Usage

  1. Clone the repository:
    git clone https://github.com/your_username/your_repository.git
  2. Navigate to the project directory:
    cd your_repository
  3. Open the notebook in Jupyter:
    jupyter notebook Tienda_Online_Limpio.ipynb

Contact

If you have any questions or need more information, feel free to contact me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published