Skip to content

Calculator to optimize sales by minimizing production cost.

Notifications You must be signed in to change notification settings

AbrahamWG/data_pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello there! ✋🏻

This is a calculator to optimize product sales by minimizing production cost. To start running this app, be sure you have python and PIP installed. Also, you have to install these 4 python libraries:

  1. numpy
  2. pandas
  3. scipy
  4. flask

If you don't know whether they are installed or not, run these codes in your terminal (for mac):

For PIP: python -m pip --version

For numpy: python -m pip show numpy

For pandas: python -m pip show pandas

For scipy: python -m pip show scipy

For flask: python -m pip show flask


To install these libraries type:

For numpy: python -m pip install numpy

For pandas: python -m pip install pandas

For scipy: python -m pip install scipy

For flask: python -m pip install flask


To start the app, run flask run in your terminal if you are using your mac or python3 -m flask run if you are using windows.

  1. Start by adding your product by typing a product inside the box "Enter product name".
  2. Click "add to product recipe to list". You can see the list of all your saved products in box on the right.
  3. Start adding your ingredients. Every product recipe have a set amount of ingredients.

(If a product does not require a certain ingredient, input "0" on it's product unit).

  1. Add each products recipe it's share of the whole sale. This can be an arbitrary amount.
  2. Click "Calculate!" and see the results!

Have fun! 🥳

About

Calculator to optimize sales by minimizing production cost.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published