Created
September 14, 2024 08:08
-
-
Save dkotama/921969df0b593700ed6c367262c6eea2 to your computer and use it in GitHub Desktop.
financial-advisor-test-prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am developing a simple command-line financial advisor app in Python that uses the rich library to create a basic UI. | |
The app should help users manage their finances by allowing them to input their monthly income, categorize their expenses, | |
and provide personalized financial advice based on budgeting principles like the 50/30/20 rule. The program should display a financial summary with categorized expenses, calculate savings, and provide suggestions if savings fall below the recommended percentage of income. The UI should be visually appealing, using colors, tables, and formatted text with rich. Please help me with the following: | |
Improve the code structure for better readability and maintainability. | |
Add features for persistent data storage so users can save and load their financial data. | |
Suggest advanced financial advice features, like debt management and investment tracking, that can be integrated into the app. | |
Enhance the UI further by adding bar charts or other visual elements using the rich library or other suitable Python libraries. | |
Provide example code snippets and explanations for implementing these features. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment