From cf9953c473cc736c1663a97ae0374f275f3d6332 Mon Sep 17 00:00:00 2001 From: Colack Date: Wed, 18 Dec 2024 21:18:14 -0800 Subject: [PATCH] 0.1 FINISHED! --- miia.py | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/miia.py b/miia.py index 5f9bbe2..cc7e1b8 100755 --- a/miia.py +++ b/miia.py @@ -3,7 +3,27 @@ Miia v0.1.0 (c) 2024 by Jack Spencer - This is a tkinter program to edit, modify, and update CSV tables. + This is a very early prototype of Miia, a CSV file manager with a GUI. + Think of Google Sheets, but with a desktop application and more functionality. + + License is MIT, so feel free to use, modify, and distribute this code as you see fit. + Changes are logged in the CHANGELOG.md file. +""" + +""" + Upcoming Features: + - User Management with Roles + - Google Drive Integration + - Backup and Restore using a git-esc system + - Dark and Light Mode, plus custom themes + - CSV Table Editing, Updating, and Deleting + - CSV Table Searching and Filtering + - CSV Table Sorting and Grouping + - CSV Table Exporting and Importing + - CSV Table Visualization and Analysis + - Use of Pandas and Matplotlib for Data Analysis + - Use of SQLite for Database Management instead of JSON / CSV + - Swap to pyautogui for GUI Automation """ #####