Skip to main content

Installing Python

I've started to incorporate Python scripts into some of the techniques and effects that I'm demoing in my videos, so instead of covering Python in every video, I have made a blog entry for how to install Python.

First go to: https://www.python.org/

Find this section and click on the link:
Scroll down and find the Files section.

Identify the operating system and click on the link.  For me I have a 64bit Windows 10 installation, so I chose the one that is highlighted.


Once downloaded, run the installation file, and follow the installation prompts.

Once the installation completes, you can open a command prompt window by pressing the [Windows key] and then type "CMD".  This should bring up a choice to open a command prompt.


Click that, and in that prompt type 'python'.  If Python installed correctly you should see a printout similar to below:


If you see that set of printouts you have successfully installed Python on your computer.

Comments

Popular posts from this blog

Pic2Painting in v2021 and Later

To find the Pic2Painting capability, it has moved to the Adjust workspace, and can be accessed under the Instant Effects palette. See image below. This information applies for versions of PaintPhop Pro 2021 or later. For earlier versions, Pic2Painting is treated as a plugin.

Get a Python Script from Github

How to Pull Down a Python Script from Github This entry will cover how to pull down a script generated by MakeShopPro from github.  See the youtube channel for specific scripts and what they do:  MakeShopPro Youtube Channel You'll need to Install Python , before doing the following steps. Github Click on the link provided by the youtube video  (for this example you can use this script ) From the github page, find the *.py file and click on it.  In the example below, click on the PhotoMosaic.py To download the script right-click on the [Raw] button and select Save Link As... Choose a location to save the script. Install Libraries Sometimes scripts require extra libraries/modules to be installed for them to run.  Most of the libraries (but not all) come with the Python install.  If the video calls out an extra script to be added the following procedure is how to install them. Open a command prompt (doesn't matter the location) Enter the command: pi

Youtube Subtitles for Other Languages

The following is an instruction on how to view Make Shop Pro videos but with subtitles in a different languages.   First click the settings icon (gear) Click on the Subtitles/CC option Click on English (auto-generated) Click on this modified button Subtitles/CC English(auto-generated) Click Auto-translate Select your language You should now see subtitles (that may or may not be that accurate) that are a translation of the auto-subtitles generated in english.