Skip to main content

The official Dynamic Variable Engine for Python Programming Language

Project description

🚀 INT Dynamic Variable Engine

A next-generation hybrid global memory engine for dynamic execution.

Developed by Nikila Udana, the INT Engine is designed for developers who need absolute control over memory and variables during runtime. It bridges the gap between static programming and AI-style dynamic memory management.


🔥 Key Features

  • Global Memory System: Access variables from anywhere without strict local scoping.
  • Engine-Controlled Variables: Use the x() engine syntax to manage your data safely.
  • Indirect Variable Access: Select or modify variables using string names—perfect for dynamic systems.
  • Live Memory Patching: Update variable values in real-time during program execution.
  • Hybrid Variable Model: Supports both direct assignment and engine-based control.

🛠 Installation

Install the engine via pip directly from PyPI:

pip install int-dynamic-engine


💻 Quick Start

from int_engine import INTEngine

# 1. Activate the Engine
x = INTEngine()

# 2. Dynamic Variable Assignment (The INT way)
x("username").set_value("Nikila")

# 3. Indirect Access using Strings
target = "score"
x(target).set_value(100)

# 4. Get User Input directly to Memory
x("age").set_input("Enter your age: ")

# 5. Retrieve Values from Global Memory
print(f"User: {x.get_value('username')}")
print(f"Age: {x.get_value('age')}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

int_dynamic_engine-0.1.2.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

int_dynamic_engine-0.1.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file int_dynamic_engine-0.1.2.tar.gz.

File metadata

  • Download URL: int_dynamic_engine-0.1.2.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for int_dynamic_engine-0.1.2.tar.gz
Algorithm Hash digest
SHA256 431bc6555710e8aae91fc0d520135c3f359017e5b4f73aaacd47c5ff3c2f0e28
MD5 4169890998fd468217f96f3f9b97d770
BLAKE2b-256 7e3902f27089813bd6f453a386cffdaac6b22f044e9692a3c7da56416f757980

See more details on using hashes here.

File details

Details for the file int_dynamic_engine-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for int_dynamic_engine-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 06f2d3e011ecfeec75a20bbac88a23fe4cd33912f9fd60223d0deda78eb66ab0
MD5 2882f526eb7c457d32238ed363ca31c3
BLAKE2b-256 3fddb82d1c895828343fd1a48a466c9a30de5e55899ae58c85194c2f3ed6c85d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page