Skip to content

FriesCoin/EasyDataSharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyScriptsDataSharing

Share Data between Scripts.

About

This package allows multiple scripts to communicate each other while running

instructions

  1. Install
pip install EasyDataSharing
  1. Import
from EasyDataSharing import *

Functions

  1. CreateData

if New Data created leave the ScriptId blank and it will a new one


UpdateData(myScriptName,otherScriptName,dataName,Data,ScriptId)

  1. GetData

getFrom(otherScriptName,myScriptName,otherScriptId,dataName)

  1. GetScriptId

IdFromAuthor(otherScriptName)

About

Easy Data Sharing between

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages