Skip to content

Simplify the creation of projects for: video makers, developers, designers, photographers or any kind of professional that need automated some things.

Notifications You must be signed in to change notification settings

gabrielfroes/python-automated-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Automated Actions

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

Python 3.x

Installing

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.

Running the tests

Linux, Mac OS X, BSD and most OSes except Windows

Turn script executable:

chmod +x actions.py

Call script inside a folder with photos:

./actions.py .

Windows

To run a test, call the script inside a folder with photos.

python actions.py .

For Windows in Context Menu:

  1. To generate actions.exe file to run on Windows.
pyinstaller -c -F ----icon=app.ico actions.py
  1. Add the keys on Registry or run actions.reg.
  2. Copy .exe file on C:\Program Files\CDFTV Actions
  3. Add C:\Program Files\CDFTV Actions in the Path on Windows Environment Variable.

Contributing

Feel free to submitting pull requests to us.

Authors

  • Gabriel Froes - Initial work - Twitter
  • Vanessa Weber - Initial work - Twitter

License

This project is licensed under the GNU General Public License.

Acknowledgments

  • 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.

About

Simplify the creation of projects for: video makers, developers, designers, photographers or any kind of professional that need automated some things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages