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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file int_dynamic_engine-0.1.1.tar.gz.
File metadata
- Download URL: int_dynamic_engine-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5dc18575168ca8014f4c6becfe9850b747aaefbd14a9901d27e4f24a3c48043
|
|
| MD5 |
c582096b97a105576030234c61ca44b8
|
|
| BLAKE2b-256 |
bf3c75f94961e29c0343f09db9d9fd939a677b8b3538ea3bd9fe011c587fc0c1
|
File details
Details for the file int_dynamic_engine-0.1.1-py3-none-any.whl.
File metadata
- Download URL: int_dynamic_engine-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e35309b33652dcca43f6a2d5d463e86c9136bf60ee6273899d2e07f0a33786c
|
|
| MD5 |
d0244cf9fb0af1c3716e1e050ed7c1f0
|
|
| BLAKE2b-256 |
388f9e76096a7a91a7466bdcafde831373f8b67915f57b919701d1b95063d9f6
|