<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> Back to the topic of Python Scripts, I came across this repo on Github:<br>
> <a href="https://github.com/thresherdj/robo-scribus" rel="noreferrer" target="_blank">https://github.com/thresherdj/robo-scribus</a><br>
</span><span class="">> "An python-based interface to drive Scribus scripts to drive automated<br>
> document processes."<br>
> I haven't tested it yet. It uses Tkinter which may cause a problem for some<br><br>
<br>
</span>There are certain things that Tkinter can do, such as have a dialog<br>
which makes a number of simultaneous selections.<br>
<br>
The down side is that the syntax for Tkinter is more obtuse than Python<br>
by itself, so I think what we might consider advanced Python. The<br>
CalendarWizard is an example, and while the dialog is nice, the<br>
structure of the script shows the complexity that Tkinter throws in there.<br>
<br>
Greg</blockquote><div><br></div><div>Greg, thanks for your reply. Can you elaborate what "so I think what we might consider advanced Python" means? Are you speaking about using an alternate to tkinter ?</div><div><br></div><div>FYI, on the topic of Scribus Generator. A fellow named Berteh on Github has what looks like a fork of Scribus Generator: <a href="https://github.com/berteh/ScribusGenerator">https://github.com/berteh/ScribusGenerator</a> </div><div>He has just posted a Youtube walkthrough of it: <a href="https://www.youtube.com/watch?v=kMsRn38TOiQ">https://www.youtube.com/watch?v=kMsRn38TOiQ</a></div><div>If you have any questions or issues, please conduct them through the issue queue: <a href="https://github.com/berteh/ScribusGenerator/issues">https://github.com/berteh/ScribusGenerator/issues</a></div><div><br></div><div><br></div></div></div></div>