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

From Scribus Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{FAQ Index}}
{{FAQ Index}}
[[Category:Scripts_&_Plugins]]


* If you don't have any Python scripts to play around, take one of our [[:Category:Scripts_&_Plugins#Beginners_Scripts | Beginners Scripts]]
* If you don't have any Python scripts to play around, take one of our [[:Category:Scripts_&_Plugins#Beginners_Scripts | Beginners Scripts]]
* 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!

Revision as of 11:48, 2 January 2006


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!