-
Income and Expense Tracker
User can enter their Income, Expense along with the sector as headings. This allows them to comprehend and explore how much they are earning from which sector and how much they are spending on which sector.
-
Insight Box
Here, User's income and expense are analyzed, mathematically shown and 7 tips for making better, wiser financial decisions are displayed.
-
Realtime Visualization
Implemented a visualizer where you can see the different headings from which you earnt money and the different headings on which you spent it.
walletWISE.webm
Before running walletWISE, you will need an OpenAI API key from Gemini Services. You can obtain an API key by registering on the Gemini platform.
-
Clone the repository:
git clone https://github.com/Ujj1225/from_Taipy-walletWISE.git
-
Installation of required packages
pip install -r requirements.txt
-
Setting up .env file for saving gemini api key
-
Create a .env file
# inside .env file API_KEY=******************************* # Your key
- Running the project:
- Simply try to run the main.py file as it is the entry point of application
- You may do so by:
python3 main.py
- Taipy for full stack
- Other dependencies or requirements are mentioned in requirements.txt
This project is licensed under the MIT License.