AI standard library for EZ — call OpenAI, Anthropic, and Gemini with one line
Native audio playback for mp3 and wav files via Win32 FFI.
Session authentication, password hashing and CSRF for the EZ web framework
Desktop automation library for keyboard and mouse control via Win32 API.
Library to display a full calendar for specific months and years using the native DateTime class
System clipboard management via Win32 FFI.
Data Structures library for EZ Language. Provides Set, Map/Dictionary, Queue, Stack, LinkedList, Deque, and Counter implementations.
AES-256 Encryption, SHA Hashing, and Base64 bindings for EZ Language
Production-ready CSV parser and stringifier handling RFC 4180 rules
Date and Time library for EZ Language. Provides timestamp manipulation, formatting, and arithmetic.
A clean, easy-to-use database framework for EZ Language. Provides SQLite database operations with CRUD helpers, query builders, transactions, and more.
Production-ready SMTP email library for EZ. Supports plain, HTML, attachments, CC/BCC, and multiple recipients over pure libcurl FFI.
Load .env files into your EZ scripts. Parsing, validation, required-key checks, type coercion.
Production-ready native FFI for EZ — Python ctypes-style with type annotations, named structs, callbacks, and unlimited arity.
File handling for EZ
High-level GUI Game Engine for EZ
Native Win32 GUI library for EZ
Production-ready HTTP client with Request/Response models, all HTTP methods, retries, timeouts, and interceptors
JSON (JavaScript Object Notation) parser and stringifier
JSON Web Tokens (JWT) encoder and decoder using HS256 algorithm for EZ Language
Advanced Logging Library with terminal colors and file sinking
High-level mailer for EZ. HTML templates, connection pooling, and provider presets for Gmail, SendGrid, Mailgun, AWS SES, and Outlook.
Production-oriented mathematical utilities for EZ: numeric helpers, trigonometry, statistics, number theory, random sampling, geometry, and vectors.
Desktop notifications and dialog prompts via Win32 API.
Production-grade SQLAlchemy-style ORM for EZ
Production-grade OS utilities for EZ — env, paths, processes, shell, clipboard, system info, and known directories (Windows FFI)
Library for making pdf EZ
A native QR code generator for EZ utilizing libqrencode via FFI.
Regular expressions for EZ: compiled patterns, match positions, capture groups, flags, split/replace, validators and extractors.
Flask/Express style Web App Framework for EZ
TCP and UDP sockets for EZ over pure FFI -- hostname resolution, timeouts, binary-safe transfers, UDP. No C++.
SQLite for EZ over pure FFI -- prepared statements, transactions, migrations. No C++.
Production-ready Windows Task Scheduler library for EZ.
Production-ready unit testing framework for EZ Language. Assertions, test suites, hooks, mocks, and colored reporting.
Multithreading and Task Management Library
Flask/Express style Web App Framework for EZ
Live webcam stream and photo capture via Video for Windows FFI.
WhatsApp Web client for EZ — Baileys-style Noise Protocol over WebSocket