2 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a new menu option to export account data to a user-specified file path. This involves creating a new function to handle the export, updating the main menu, and ensuring robust error handling for invalid file paths or other issues. The export should use a suitable format (e.g., JSON or CSV).

Complexity: 3/5
help wanted feature easy

AI Summary: Implement confirmation prompts for account deletion and withdrawals exceeding $1000 in a Python terminal-based banking system. This involves modifying existing menu functions to include prompts asking the user to confirm their action before proceeding, handling various input types (yes/no, y/n), and providing clear feedback to the user.

Complexity: 3/5
enhancement help wanted easy