Skip to content

mehmetalperozbay/Kredi-hesaplayici-javapython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kredi Hesaplayıcı

(TR)

Bu proje, Java ve Python kullanılarak yapılan bir kredi hesaplayıcıdır.
Proje, kullanıcının girdiği kredi tutarını, vadeyi ve faiz oranını göz önünde bulundurarak toplam ve aylık ödemeleri hesaplar.
JSON formatında veriyi okur ve yazar, böylece farklı diller arasında veri entegrasyonunu sağlar.

Özellikler

  • Kullanıcıdan kredi bilgileri ve banka seçimi alır.
  • Faiz oranını ve vade süresini dikkate alarak geri ödeme tutarını hesaplar.
  • JSON formatında veri kaydedip okur.
  • Java arayüzü ve Python arka uç entegrasyonu ile hibrit bir yapı sunar.

Projede Kullanılan Diller

  • Java
  • Python
  • JSON

Nasıl Kullanılır?

Kodu çalıştırmanız için bilgisayarınıza java indirmeniz gerekiyor indir

Kodu çalıştırmak için aşağıdaki komutu CMD'ye yazın. Kod çalıştırıldıktan sonra Java verileri alacak ve Json dosyasına yazacaktır. Python Json dosyasından aldığı verileri işleyip yeni bir terminal açıcaktır.

  java Main.java

Credit Calculator

(ENG)

This project is a credit calculator built using Java and Python.
It calculates the total and monthly payments of a loan by considering the loan amount, term, and interest rate provided by the user.
The project reads and writes data in JSON format, enabling data integration between different programming languages.

Features

  • Collects loan details and bank selection from the user.
  • Calculates repayment amounts based on interest rate and loan term.
  • Saves and reads data in JSON format.
  • Offers a hybrid structure with a Java frontend and Python backend integration.

Languages Used in the Project

  • Java
  • Python
  • JSON

How to Use?

To run the code, you need to install Java on your computer. Download

To run the code, type the following command in CMD: After the code is executed, Java will retrieve the data and write it to a JSON file. Python will then process the data from the JSON file and open a new terminal.

  java Main.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published