Desktop application that involves connecting to various packaged APIs called connectors. These connectors store and deliver information to the user.
Clone the most recent version. Run the Main.py file within the src directory.
- Makes API calls that are dependent on the connector that is being used.
- Utilizes a CSV file to aggregate data treated as a temporary database.
- Queries this file using a query language developed by myself.
- added a query editor to the application
- Made the readme
- Changed to PyQt5 gui lib. Also added bash-like features to query language.
- Added an 'App' layer that has applications like terminal and settings. Also, have started on building connector layer.