This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# original script by Frank Grießhammer | |
# https://gist.github.com/frankrolf/efef92914113c43ab69dd58d42267999 | |
# Distribute all stickies evenly on the main screen, with optional padding | |
# how many columns? | |
set num_columns to 5 | |
# how many pixels of padding between the stickies? | |
set padding to 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MenuTitle: 02 Test install all 💽 | |
a = AllFonts() | |
print('\n------ test installing -------') | |
for f in a: | |
f.testInstall() |