How can I execute a Python script from within Scribus?: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
m (Text replace - "Category:Scripts_&_Plugins]" to "Category:Scripts]")
m (Change the link's context.)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
* Copy the code from the web page into a text editor and save as whatever_you_think_appropriate.py
* Copy the code from the web page into a text editor and save as whatever_you_think_appropriate.py
* In Scribus, go to '''Scripts>Execute Script''' and choose your script. Done!
* In Scribus, go to '''Scripts>Execute Script''' and choose your script. Done!
* With Scribus 1.5 you can also launch [[Command line scripts|command line scripts]] and have them use command line arguments.

Latest revision as of 02:09, 23 February 2017


This article is part of the FAQ series.
Installation Usage PDF issues Fonts DTP Other
  • If you don't have any Python scripts to play around, take one of our Beginners Scripts
  • Copy the code from the web page into a text editor and save as whatever_you_think_appropriate.py
  • In Scribus, go to Scripts>Execute Script and choose your script. Done!