Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smhussain5/loan-python

Terminal loan repayment calculator application using Python/PyCharm
https://github.com/smhussain5/loan-python

pycharm python terminal-application

Last synced: 4 days ago
JSON representation

Terminal loan repayment calculator application using Python/PyCharm

Awesome Lists containing this project

README

        

# LOAN REPAYMENT PYTHON

![Loan Repayment Python GIF Demonstration](https://github.com/smhussain5/Loan-Python/blob/main/LOAN_PYTHON.gif?raw=true)

## Problem 🤔

Fundamentals in Python are extremely important and require practice; however, practice should not be boring. The best way is to develop your own projects regardless of how "simple" it may seem.

## Solution 💡

This terminal application utilizes user input to create an interactive experience. The Locale module allows for formatting of user input to USD currency. Variables stored are used to calculate payments. The application logic is wrapped within a while loop that allows for users to calculate again if they would like.

## Quick Start âš¡

If you have Docker installed, you can run this application on your own machine with just 2 steps!




Pull the image from Docker Hub
```python
docker pull smhussain5/loan-python
```
Then run the image as an interactive Docker container
```python
docker run --rm -it smhussain5/loan-python
```
## Technologies Used âš™

- PyCharm
- Python
- Input
- "Locale" module
- While loop

## Challenges 💢

This was a straightforward application, but required proper organization for clean code. Fortunately, PEP8 guidelines built into PyCharm allows developers to follow best practices easily!

## Insights 💭

This project was great practice for conditionals like while loops and if/else statements. It was also great to follow PEP8 guidelines for better code readibility.

## Contact 📲

[![Static Badge](https://img.shields.io/badge/Send%20me%20an%20email-212121?style=flat-square&logo=gmail&logoColor=EA4335)](mailto:[email protected]?)

[![Static Badge](https://img.shields.io/badge/Connect_with_me_on_LinkedIn-212121?style=flat-square&logo=linkedin&logoColor=0A66C2)](https://www.linkedin.com/in/shabab-h)

[![Static Badge](https://img.shields.io/badge/Follow_me_on_Twitter-212121?style=flat-square&logo=twitter&logoColor=1D9BF0)](https://twitter.com/shussain_5)

[![Static Badge](https://img.shields.io/badge/Follow_me_on_GitHub-212121?style=flat-square&logo=github&logoColor=FAFAFA)](https://github.com/smhussain5)