Excel-Price-Processor
- 4 Devlogs
- 5 Total hours
A python program that can automatically add a percent discount column to an excel file
A python program that can automatically add a percent discount column to an excel file
Made a new function that finds the minimum and maximum of the data.
While creating the function, there was some errors with the if statement.
The if statement checks if the user typed 0 or 1, but the user input was not converted into an int. So the min max function was skipped.
The function started to return the minimum price but the name of that product was different.
The fix was simple - there was an if statement that checked if the min/max was the current cell but the part where it assigns the product_name was not indented, so it was out of this if statement
Had a few errors with unpacking, but the changes were made to fix it
Now users can type in letters that represent each column instead of typing numbers
Edit README
A class for functions