A Python Library for your everyday calculations
With all the day-to-day expenses you would always like to have a summation tool to reduce un-necessary expenses and be updated with the amount spent.
"Money often costs too much"
- Ralph Waldo Emerson
Calculator
is a command line tool that helps you to do arithematic operations on your day to day expenses and helps you be on track.
-
- Download Python3.
-
-
Install all the requirements:
pip install -r requirements.txt
-
-
-
Navigate to the project root directory
-
Run:
python -m src.main
-
Test:
python -m pytest
.
├── .github
│ ├── workflows
│ │ ├── python-app.yml # Workflow for git actions
├── Docs
│ ├── TestFile.md # Test file
├── data
│ ├── README.md # Readme file for data folder
├── src
│ ├── __init__.py # Init file for src directory
│ ├── main.py # Main file for src directory
│ ├── operations.py # Util file for calculator operations
├── tst
│ ├── README.md # Readme file for unit tests
│ ├── __init__.py # Init file for tst directory
│ ├── test_main.py # Tests file for src/main.py
│ ├── test_operations.py # Tests file for src/operations.py
├── .all-contributorsrc # File for all-contributor bot
├── .gitattributes # File for git attributes
├── .gitignore # File for git ignore
├── CODE_OF_CONDUCT.md # Code of conduct for repository
├── CONTRIBUTING.md # Details about contributing to the repository
├── INSTALL.md # Dependencies installation details
├── LICENSE.md # MIT License details
├── README.md # Readme file for repository
├── requirements.txt # Details of dependency packages
└── setup.py # Setup file for the module
Thanks goes to these wonderful people (emoji key):
nagarajumadamshetti 🚇 |
Akash Gupta 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!