💻 My Python Projects 💻

Expire Date Calculator

The "Expire Date Calculator" is a web application designed to calculate expiration dates for various items. This project is built using Python, HTML, CSS, and leverages the Flask framework to manage the backend and routing. The main educational objective of this project was to deepen understanding and practical skills in using Flask, a powerful library for building web applications in Python.

Python Flask HTML CSS
View Project GitHub

EMI Calculator

This EMI Calculator project, developed by Sadman Sakib, offers a user-friendly tool for calculating Equated Monthly Installments (EMI). Users can input the principal loan amount, interest rate, and the number of months over which the loan will be repaid. The calculator then provides a detailed breakdown including the monthly EMI amount, total payment over the life of the loan, and total interest paid. Designed to help borrowers understand their repayment schedule, this tool is essential for financial planning and management. The clear and concise presentation of information, along with relevant definitions of key terms, makes it accessible and valuable for anyone needing to manage or plan for loan repayments.

Python Flask HTML CSS JavaScript
View Project GitHub