Skip to content

ScriptBoard is an extension for quickly launching your favorite scripts.

License

Notifications You must be signed in to change notification settings

typedev/ScriptsBoard

Repository files navigation

ScriptsBoard

ScriptsBoard is an extension that adds a quick launch bar for your favorite scripts to the Inspector.

All scripts will run as imported modules, so it must follow this format:

    from fontParts.world import *
    
    def main():
        print ("hello world") # optional :)
        # place your code here
    
    if __name__ == "__main__":
        main()

Also, in the code, you must explicitly import all the modules used.

About

ScriptBoard is an extension for quickly launching your favorite scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages