sanskarvijpuria / Deposit-Information-System

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

Home Page:https://share.streamlit.io/sanskarvijpuria/deposit-information-system/main/main.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://share.streamlit.io/sanskarvijpuria/deposit-information-system/main/main.py

License:MIT License


Languages

Language:Python 100.0%