Skip to content

sanskarvijpuria/Deposit-Information-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deposit Information System · Streamlit Sharing

A mini project to learn Streamlit and solve a daily problem of mine.

When you visit the bank 3 to 4 times a week to deposit cash, filling out the deposit slip might become tiresome. This system computes the overall amount of money, the amount of each denomination, and the total amount in words.

This project is created with the help of Streamlit and is also hosted on Streamlit Sharing.

Note: Currently, this is based on the Indian currency system.

Installation

Use the package manager pip to install dependencies.

pip install -r requirements.txt

How to run?

Run the below command in terminal.

streamlit run main.py

The application can be run locally with the above command and going to http://localhost:8501 in your browser.

License

MIT