Skip to content

agupta15k/ncsu_se_fall22_22

Calculator

A Python Library for your everyday calculations

GitHub Github GitHub issues Github closed issues Github pull requests Github closed pull requests Github all contributors

Why Calculator?

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.

  • Built on

  • Language used: Python

  • Libraries used: pytest

Getting started:

  • Prerequisite:

  • Installation:

    • Install all the requirements:

      pip install -r requirements.txt

  • Run Instructions

Directory structure

.
├── .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

Roadmap

Contributors ✨

Thanks goes to these wonderful people (emoji key):


nagarajumadamshetti

🚇 ⚠️ 💻

Akash Gupta

🚇 ⚠️ 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Repository of group 22 for NCSU Software Engineering Fall 2022

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages