An open API service indexing awesome lists of open source software.

https://github.com/zpeteman/obolus

a money organizer built with rust
https://github.com/zpeteman/obolus

Last synced: about 1 year ago
JSON representation

a money organizer built with rust

Awesome Lists containing this project

README

          

# Money Organizing TUI App

A simple and intuitive text-based application built with Rust for organizing and tracking your finances. The app allows you to manage your income, expenses, and balance in a straightforward, user-friendly interface.

## Features

- Track income and expenses.
- View balance and history of transactions.
- Categorize transactions for better tracking.
- Simple TUI interface built with Rust.

## Requirements

- Rust 1.x (installed via [rustup](https://rustup.rs/))
- Dependencies:
- [TUI crate](https://crates.io/crates/tui)
- [Crossterm crate](https://crates.io/crates/crossterm)

## Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/money-organizing-tui.git
cd money-organizing-tui
```

2. Build the project:
```bash
cargo build --release
```

3. Run the app:
```bash
cargo run
```

## Usage

Once the application is running, you can navigate through the interface using the keyboard.

- Add income or expenses.
- View current balance.
- View the history of transactions.

## Contributing

Feel free to open issues or create pull requests for improvements or bug fixes.

## Contact

you can contact me in my X account: @the_zanan

## License

Distributed under the MIT License. See `LICENSE` for more information.