Super Stupid Book-Keeper

A double-entry bookkeeping system designed to be simple, efficient, and extensible. Built with the KISS principle in mind, making it perfect for both beginners and experts.

BK Program

img description

Features

  • Double-Entry Accounting: Precise tracking of debits and credits
  • Custom Database Management System: Built from scratch using AI Stevens C database style
  • Terminal User Interface (TUI): Intuitive interface powered by ncurses
  • Non-Custodial Wallet Integration: Seamless cryptocurrency integration
  • Extensible Design: Modular architecture for easy customization

Getting Started

Clone the repository and follow these steps:

git clone https://github.com/yourusername/bookkeeper.git
cd bookkeeper
make
mkdir /path/to/database
./dbinit /path/to/database
./bookkeeper /path/to/database