Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Tutorials for AppleScript
Rating: 3.4 out of 5(93 ratings)
574 students

Tutorials for AppleScript

Training for creating amazing MacOS applications and automation scripts with AppleScript!
Created byNikolay Smorgun
Last updated 8/2017
English

What you'll learn

  • Build automated scripts and applications on Mac OS

Course content

4 sections81 lectures6h 32m total length
  • Pesonal Welcome!0:12

    Explore what creates an ecosystem and meet your AppleScript instructor in this warm welcome post.

  • Introduction4:59

    Explore the basics of applescript, writing simple scripts with commands, editors, and practical examples for automating tasks and building simple applications.

  • Variables and data types5:58

    Explore AppleScript variables and data types, declare variables, and work with integers, strings, booleans, and real numbers, perform simple arithmetic, and apply set union for strings.

  • Lists2:51

    Learn how to work with lists in AppleScript, including creating and modifying list items with set item and number of hours, and adding comments to organize code.

  • Records4:34

    Describe how records in AppleScript can store multiple data types and hold named fields. Demonstrate declaring, setting, and accessing record properties, and counting elements to manage data.

  • Conditional operators15:39

    Explore conditional operators in AppleScript, learn how to compare numbers, use equals, less than, and logical expressions to control program flow.

  • Cycles7:21

    Explore cycles in AppleScript by writing repeat loops and conditional expressions in the script editor. Learn how true and false conditions drive iterations, control flow, and indexing within sample cycles.

  • Functions6:59

    Learn how to define and call functions in AppleScript, pass arguments, and manage local and global variables to control flow and return values.

  • Alerts4:55

    Learn how AppleScript alerts present dialog boxes with multiple buttons, capture the chosen button as a result, and handle user responses and potential errors in scripts.

  • Dialogs4:56

    Create and manage AppleScript dialogs by using alerts with text fields, capture user input, handle responses, and display titles and related text in the conversation.

  • Notifications2:28

    Explore how to create and customize notifications in AppleScript, including choosing or providing sound files, wording the notification, and managing notification sounds.

  • The file system. Part 116:56

    Explore the file system with AppleScript by creating folders, setting administrator permissions and passwords, using Finder, and writing text to desktop files.

  • The file system. Part 24:13

    Explore how the AppleScript file system operations manage folders and files, use variables like true or false, and relocate items within the main directory using Finder.

  • Change the metadata file2:15

    Change the metadata file and examine common metadata across file types. Review comments and look for mistakes as you practice changing metadata.

  • Try - Catch blocks5:39

    Explains try-catch blocks in AppleScript, showing how to catch errors, prevent crashes, handle division by zero, and manage application behavior when errors occur.

  • TextEdit & System Events10:16

    learn to automate textedit using system events to activate and open documents, insert text, and simulate keystrokes to control the editor.

  • Documentation and dictionaries6:57

    Explore how AppleScript uses dictionaries for documentation, searches libraries, and accesses program dictionaries to support accurate automation.

  • AppleScript & Photoshop. Basics3:44

    Explore the basics of AppleScript with Photoshop, focusing on opening files, listing fonts, and automating simple actions.

  • AppleScript & Photoshop. Document & TextLayer. Options9:17

    Learn how AppleScript can automate Photoshop documents and text layers, set properties, and manage document options for precise text and layer control.

  • AppleScript & Photoshop. Saving Document & Options9:00

    Explore AppleScript and Photoshop by learning how to save a Photoshop document with AppleScript, including setting file names, saving options, and color and size settings.

  • AppleScript & Photoshop. Customize units of measure4:23

    Explore how AppleScript integrates with Photoshop to customize units of measure, convert image size to pixels, and set parameters for scalable, accurate image workflows.

Requirements

  • You should be able to use Mac

Description

Introducing a video course on AppleScript!
AppleScript is a scripting language built into Mac OS X, used on Apple computers, which consists of commands for managing the operating system and automation programs. AppleScript is especially effective for performing repetitive or complex tasks. They can quickly link several applications in one automated complex. We will study its syntax and capabilities!

How many good and useful scripts and applications you can create using AppleScript!
With it, it is possible at one time to teach your desktop application to communicate not only with the operating system but also with programs such as: iTunes, Calendar, TextEdit, Photoshop, Illustrator, After Affects, Microsoft Office and others.

You can create scripts and applications that will help you in your work or study.
And also create applications that will automate a lot of the same type of work on your computer.

You'll be in shock as it's simple and cool!
Start learning today!

Who this course is for:

  • Anyone who wants to learn to code