Skip to content

Version v0.1 - First Release

Latest
Compare
Choose a tag to compare
@sblisesivdin sblisesivdin released this 26 Mar 19:22
· 7 commits to master since this release

This is the first release. It is simply looking at a folder, if finds a script, move it to a temp folder, running it"python.exe" and after running it, moves the results to the output folder (as a zipped file). For your other command needs, you need to change the Line 204 "Process.Executable := 'python.exe';" part in Unit1.pas and recompile it. We (as LRG Research group) need this kind of software in the time of Covid-19 pandemic for the continuation of our studies with remote work. There are many directory monitoring tools, but none of them worked for us. So I did ours.

It is a very primitive code, I know. But, I am open to all new feature merges. Please do not hesitate to change the code. In these pandemic days, many people may need this kind of software. It is free, it is easy to change, the compiler is also free. So just try it. Develop it more.