Skip to content

BouncingBallisAFK/Tabulae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabulae

A Domain-Specific Language for Table Manipulation with Dual-Mode GUI

License: MIT Python Version

Features

Core Language

  • 🗃️ Table Management: Create tables with custom columns
  • ✏️ Data Editing: Modify rows or individual cells
  • 🔍 Query System: Filter data with comparison operators
  • 📁 File Integration: Import/export CSV files

Dual-Mode GUI

  • 🖥️ REPL Mode: Interactive command execution
  • ✍️ Editor Mode: Full-featured script editor
  • 📊 Table Viewer: Visualize all tables and column data
  • 🔄 Real-time Updates: Changes reflect immediately

File Operations

  • 💾 Save REPL history or editor content
  • 📂 Open existing scripts
  • ⚡ Run entire scripts with one click

Installation

# Clone repository
git clone https://github.com/BouncingBallIsAFK/tabulae.git
cd tabulae

# Install dependencies (only tkinter needed)
sudo apt-get install python3-tk  # For Debian/Ubuntu
python3 -m pip install tk # For Windows 10/11

# Run GUI
python3 GUI.py

Syntax

Function Explaination Usage
print Prints a varible print VARIBLE
maketable Makes a table maketable TABLE [IDNAME, COLOUMN,...]
editrow Makes/Edits a row on a table editrow TABLE [ID, CELLDATA,...]
editcell Edits an existing cell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages