Editorial Workflows

2 Clow Cards

public workflow

Install Workflow...

This workflow contains at least one Python script. Only use it if you trust the person who shared this with you, and if you know exactly what it does.

I understand, install the workflow!

This is a workflow for Editorial, a Markdown and plain text editor for iOS. To download it, you need to view this page on a device that has the app installed.

Description: Picks 2 random Clow cards.

Shared by: WidgetOtaku

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
Run Python Script ?
Source Code
import workflow
import random
cards = ['The Arrow', 'The Big', 'The Bubbles', 'The Change', 'The Cloud', 'The Create', 'The Dark', 'The Dash', 'The Dream', 'The Earthy', 'The Erase', 'The Firey', 'The Fight', 'The Float', 'The Flower', 'The Fly', 'The Freeze', 'The Glow', 'The Libra', 'The Light', 'The Lock', 'The Loop', 'The Illusion', 'The Jump', 'The Little', 'The Maze', 'The Mirror', 'The Mist', 'The Move', 'The Power', 'The Rain', 'The Return', 'The Sand', 'The Shadow', 'The Shield', 'The Shot', 'The Silent', 'The Sleep', 'The Snow', 'The Song', 'The Storm', 'The Sweet', 'The Sword', 'The Through', 'The Thunder', 'The Time', 'The Twin', 'The Voice', 'The Watery', 'The Wave', 'The Windy', 'The Wood', 'The Nothing']


workflow.set_output(str(random.sample(cards, 2)))
Replace Selected Text ?
Replacement Text
Input