mortage-calc-tkinter-pdf-save

所属分类:Python编程
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-03-27 17:19:54
上 传 者sh-1993
说明:  提供了一个用户友好的抵押计算器,具有图形界面和生成详细报告的能力。
(provides a user-friendly mortgage calculator with a graphical interface and the ability to generate detailed reports.)

文件列表:
demo-images/
calc.png
main.py

# mortage-calc-tkinter-pdf-save provides a user-friendly mortgage calculator with a graphical interface and the ability to generate detailed reports. # README This is a mortgage calculator application implemented using Python and the Tkinter library. The application allows users to calculate their monthly mortgage payments based on the principal amount, annual interest rate, and loan term. ## Prerequisites Before running the application, make sure you have the following dependencies installed: - Python 3.x - Tkinter - numpy - fpdf You can install the dependencies using pip: ``` pip install numpy fpdf ``` ## Running the Application To run the application, execute the following command in your terminal: ``` python main.py ``` ## Using the Application 1. Launch the application. 2. Enter the principal amount in the "Principal" field. 3. Enter the annual interest rate in the "Annual Interest Rate" field. 4. Enter the loan term in years in the "Period (Years)" field. 5. Click the "CALCULATE" button to calculate the monthly mortgage payment. 6. The calculated monthly payment will be displayed below the button. 7. A PDF report will be generated with detailed payment information, including the remaining balance for each month. 8. The PDF report will be saved with a timestamped filename in the current directory. ## License This project is licensed under the [MIT License](https://github.com/kavindus0/mortage-calc-tkinter-pdf-save/blob/master/LICENSE). Feel free to use and modify the code according to your needs. ## Acknowledgements - The application uses the Tkinter library for the graphical user interface. - The application uses the numpy library for numerical calculations. - The application uses the fpdf library for generating PDF reports. ## Screenshots https://github.com/kavindus0/mortage-calc-tkinter-pdf-save/blob/main/demo-images/Screenshot%202023-11-06%20202957.png https://github.com/kavindus0/mortage-calc-tkinter-pdf-save/blob/main/demo-images/Screenshot%202023-11-06%20203005.png https://github.com/kavindus0/mortage-calc-tkinter-pdf-save/blob/main/demo-images/Screenshot%202023-11-06%20203041.png

近期下载者

相关文件


收藏者