This project is a simple script that creates folder and download files from internet according to a JSON file.
The main goal is simplify the creation of projects for: video makers, developers, designers, photographers or any kind of professional that need automated some things.
The most simple project creation ever! :p
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
Python 3.x
A step by step series of examples that tell you how to get a development env running
Install Python 3.x with pip
Install Path Validate, a Python Library for file validation.
pip install pathvalidate
Install PyInstaller, to generate .exe file (for Windows).
pip install pyinstaller
Run a Live Server or any http service or port 5500. This is optional, you can also customize the actions-sample.json and config.ini with your own URLs.
Turn script executable:
chmod +x actions.py
Call script inside a folder with photos:
./actions.py .
To run a test, call the script inside a folder with photos.
python actions.py .
For Windows in Context Menu:
- To generate actions.exe file to run on Windows.
pyinstaller -c -F ----icon=app.ico actions.py
- Add the keys on Registry or run actions.reg.
- Copy .exe file on C:\Program Files\CDFTV Actions
- Add C:\Program Files\CDFTV Actions in the Path on Windows Environment Variable.
Feel free to submitting pull requests to us.
This project is licensed under the GNU General Public License.
- First steps in Python language
- Create simple and useful things
- Produce a video lesson coding this little project
- Build code for Código Fonte TV, our Youtube Channel.