Python based CLI business management tool with support loading data from JSON
- Open the folder OceanOps and run the command
python src/login.pyto start the program from the beginning - Login with user credentials in global_info.py
- You then have the main option of View [A]ccounts and [Q]uit (orders yet to come).
- There are two secret options at this level, including [L]oading & dumping data files to and from global_info, and [DEBUG]
- Accounts is the account manager, with full CRUD implementation and file Loading & Saving.
- Loading is the interface to the load module.
- Debug is the default data generator.
- Inputting Q when it is an option takes you back to the previous module, until you exit the program.
- Secure passwords
- User CRUD
- Implement the order manager
- Pretty up the UI with termcolor
- Curses?!?!