On demand python batch script template generator.
Ever face issues at your job or any project that you are working on, where you need to generate thousands of lines of data, like population an excel sheet, populating an existing database, creating files used by other programs for testing. Stuff that requires hardwork. Yeah I've been there, because we are Smart-Workers, Not Hard-Workers. And so, we start working on a batch script, thinking of how to automate that data creation. And just like that, we start investing our precious time on this side problem of generating a batch script. We don't want that. Time is money. Why invest much time to that script generation when you can achieve the same using a couple of commands. You heard it right. automatron solves this problem. Wanna see how? Checkout the commands below.
Generating projects through automatron is pretty straight forward.
-
Place the contents of
dist/
directory in your windows C drive. -
Edit your system PATH variable and add the below mentioned entry.
C:\automatron
-
Open command prompt or windows power shell and execute the below command to create project.
automatron -c <your_project_name>
As of now, only windows platform is supported by automatron. Unix platform support to be added shortly.
- Python 3.9
- Adding support of xml, json, csv and restapi
- Containerization with Docker
- Managing downloadable content through Nexus