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
- Host: GitHub
- URL: https://github.com/zpeteman/obolus
- Owner: zpeteman
- License: mit
- Created: 2025-02-03T19:09:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T23:52:35.000Z (over 1 year ago)
- Last Synced: 2025-02-04T00:26:14.579Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.