Insurance Profit Calculator is a standalone application designed to provide a user-friendly interface for a financial model used by a shop working with different insurance carriers. The application allows users to adjust various fields such as sales ratios with each insurer and toggle discounts given to see the end results (net profit) change.
This application is designed to be deployed on a Windows PC. It does not require user authentication or a database to store user data.
- Adjust sales ratios with each insurer
- Toggle discounts given to each insurer
- Calculate net profit based on the input values
- User-friendly interface
- Standalone application that can be deployed on a Windows PC
- Clone the repository:
git clone https://github.com/ryckmanapps/MFN-Profit.git
- Navigate to the project directory:
cd MFN-Profit
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python main.py
- Follow the prompts in the application to adjust the sales ratios and discounts for each insurer.
- The application will automatically calculate and display the net profit based on the input values.
To run the tests for the application, use the following command: python -m unittest discover
If you want to contribute to the development of this application, please fork the repository and submit a pull request.
This project is licensed under the MIT License.