Share Data between Scripts.
This package allows multiple scripts to communicate each other while running
- Install
pip install EasyDataSharing
- Import
from EasyDataSharing import *
- CreateData
if New Data created leave the ScriptId blank and it will a new one
UpdateData(myScriptName,otherScriptName,dataName,Data,ScriptId)
- GetData
getFrom(otherScriptName,myScriptName,otherScriptId,dataName)
- GetScriptId
IdFromAuthor(otherScriptName)