Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasperan/income-real-time
Awesome way to display your current balance and the amount of money you make per second
https://github.com/jasperan/income-real-time
Last synced: about 1 month ago
JSON representation
Awesome way to display your current balance and the amount of money you make per second
- Host: GitHub
- URL: https://github.com/jasperan/income-real-time
- Owner: jasperan
- Created: 2024-11-20T08:02:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T19:09:32.000Z (about 1 month ago)
- Last Synced: 2024-11-20T20:20:11.406Z (about 1 month ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time Income Simulator
This is a graphical interface simulator that calculates real-time income based on a starting amount and monthly income. The simulator displays the income dynamically and features a rainbow effect when a whole extra dollar is reached.
## Features
- Real-time income calculation and display
- Beautiful gradient background
- Responsive UI design
- Rainbow effect for whole dollar increments
- Real-time graph of income over time
- Additional statistics including time elapsed, income rate, and total earned## Requirements
- Python 3.x
- Tkinter (comes with Python)
- Additional Python packages listed in `requirements.txt`## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/jasperan/income-real-time.git
cd income-real-time
```2. **Install the required packages:**
Make sure you have `pip` installed. Then run:
```bash
pip install -r requirements.txt
```## Running the Simulator
1. **Navigate to the project directory:**
```bash
cd income-real-time
```2. **Run the simulator:**
```bash
python income_simulator.py
```## Usage
- **Starting Amount:** Enter your initial bank account balance.
- **Monthly Income:** Enter your expected monthly income.
- **Start Simulation:** Click to start the real-time income calculation.
- **Reset:** Click to reset the simulation.## Customization
- **Styles:** Modify `style_config.py` to change the appearance of the UI.
- **Graph Settings:** Adjust `graph_utils.py` for different graph configurations.## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.