Aims to digitize "Record Keeping" & help individuals manage their incomes & expenses quickly. Built in Python for CLI & GUI, with a CSV-database backend - this app will help you manage your money better.
- Cash book (CSV) consists of a list of entries - Income/Expense
- Add/Edit/Delete an entry to the book and update the cashIn, cashOut, and netBalance.
- Read entries from the book - based on category, entryType, paymentMode, date range filters
- Book Operations - Add/Rename/Delete a book
- Console & CSV Helper Utilities to read/write to/from console/CSV
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch:
git checkout -b feature/AmazingFeature
- Commit your Changes:
git commit -m 'Add some AmazingFeature'
- Push to the Branch:
git push origin feature/AmazingFeature
- Open a Pull Request
- Frontend Features - CLI & GUI (Must) + Web (TBE)
- All additional features that make this a production-grade app
Distributed under the MIT License. See LICENSE
for more information.