I got tired of tweaking existing label printouts to fit the format of my perforated sheets, so I ended up writing something myself.
Below you can see the output, which scales the text when needed. You can drop whatever label style you want in there, or leave that blank.
Are there some others here who know how to run python and would help me test this out before I distribute it? Please email me at julie.mitchell@gmail rather than reply to the group.
All the best, Julie

On 2025-07-18 6:52 a.m., Julie Mitchell via Jukebox-list wrote:
I got tired of tweaking existing label printouts to fit the format of my perforated sheets, so I ended up writing something myself.
Below you can see the output, which scales the text when needed. You can drop whatever label style you want in there, or leave that blank.
Are there some others here who know how to run python and would help me test this out before I distribute it? Please email me at julie.mitchell@gmail rather than reply to the group.
All the best, Julie
Hi Julie,
The list doesn't support images. Perhaps you could provide a link to a Dropbox or similar file hosting site for the image(s)?
Sounds interesting!
I have a title strip online application on flippers that is somewhat basic - based on George Howell's SimpleStripper - I wouldn't mind upgrading it if you have something that works better!
Thanks,
John :-#)#
I can run python. Let me know.
--> Steve
On Fri, Jul 18, 2025 at 08:52:37AM -0500, Julie Mitchell via Jukebox-list wrote:
I got tired of tweaking existing label printouts to fit the format of my perforated sheets, so I ended up writing something myself.
Below you can see the output, which scales the text when needed. You can drop whatever label style you want in there, or leave that blank.
Are there some others here who know how to run python and would help me test this out before I distribute it? Please email me at julie.mitchell@gmail rather than reply to the group.
All the best, Julie

Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
On Thursday, July 31, 2025 at 03:31:27 PM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote:
Are there some others here who know how to run python and would help > me test this out before I distribute it? Please email me at julie.mitchell@gmail > rather than reply to the group.
I wish someone would write a title strip program in Korn shell scripts.That, I know. : -)
Well, I checked, and “ksh” is still a valid command in the OSX terminal! Here is a link to the GitHub. If anyone notices issues or doesn’t know how to run this, feel free to send me a private message. Note that it’s named “jukiebox” as a mash-up between my name and jukebox, so make sure you spell it correctly when running it.
https://github.com/juliecmitchell/jukiebox
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
You can replace with your own file name after you get it to run. PC folks need to figure it out on their own, and linux folks don’t need my help.
All the best, Julie
On Aug 1, 2025, at 9:55 AM, David Breneman via Jukebox-list jukebox-list@lists.netlojix.com wrote:
On Thursday, July 31, 2025 at 03:31:27 PM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote:
Are there some others here who know how to run python and would help > me test this out before I distribute it? Please email me at julie.mitchell@gmail > rather than reply to the group.
I wish someone would write a title strip program in Korn shell scripts.That, I know. : -)
Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
Thank you Julie, the labels I'm looking for are single ones as per the old 78 rpm jukeboxes.
Regards.
Peter. ________________________________ From: Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com Sent: 01 August 2025 17:02 To: Jukebox mailing list jukebox-list@lists.netlojix.com Cc: David Breneman david_breneman@yahoo.com; Julie Mitchell julie.mitchell@gmail.com Subject: [Jukebox-list] Re: Title strips in python
Well, I checked, and “ksh” is still a valid command in the OSX terminal! Here is a link to the GitHub. If anyone notices issues or doesn’t know how to run this, feel free to send me a private message. Note that it’s named “jukiebox” as a mash-up between my name and jukebox, so make sure you spell it correctly when running it.
https://github.com/juliecmitchell/jukiebox
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
You can replace with your own file name after you get it to run. PC folks need to figure it out on their own, and linux folks don’t need my help.
All the best, Julie
On Aug 1, 2025, at 9:55 AM, David Breneman via Jukebox-list jukebox-list@lists.netlojix.com wrote:
On Thursday, July 31, 2025 at 03:31:27 PM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote:
Are there some others here who know how to run python and would help > me test this out before I distribute it? Please email me at julie.mitchell@gmail > rather than reply to the group.
I wish someone would write a title strip program in Korn shell scripts.That, I know. : -)
Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
_______________________________________________ Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
If you have an image of a blank label, you could still edit the software I wrote in order to make them just as you’d like. If you send me the image, I could also customize it for you.
On Aug 1, 2025, at 12:13 PM, Peter Johnson via Jukebox-list jukebox-list@lists.netlojix.com wrote:
Thank you Julie, the labels I'm looking for are single ones as per the old 78 rpm jukeboxes.
Regards.
Peter. ________________________________ From: Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com Sent: 01 August 2025 17:02 To: Jukebox mailing list jukebox-list@lists.netlojix.com Cc: David Breneman david_breneman@yahoo.com; Julie Mitchell julie.mitchell@gmail.com Subject: [Jukebox-list] Re: Title strips in python
Well, I checked, and “ksh” is still a valid command in the OSX terminal! Here is a link to the GitHub. If anyone notices issues or doesn’t know how to run this, feel free to send me a private message. Note that it’s named “jukiebox” as a mash-up between my name and jukebox, so make sure you spell it correctly when running it.
https://github.com/juliecmitchell/jukiebox
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
You can replace with your own file name after you get it to run. PC folks need to figure it out on their own, and linux folks don’t need my help.
All the best, Julie
On Aug 1, 2025, at 9:55 AM, David Breneman via Jukebox-list jukebox-list@lists.netlojix.com wrote:
On Thursday, July 31, 2025 at 03:31:27 PM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote: Are there some others here who know how to run python and would help > me test this out before I distribute it? Please email me at julie.mitchell@gmail > rather than reply to the group.
I wish someone would write a title strip program in Korn shell scripts.That, I know. : -)
Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/ _______________________________________________ Jukebox-list mailing list -- jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
On 2025-08-01 9:02 a.m., Julie Mitchell via Jukebox-list wrote:
Well, I checked, and “ksh” is still a valid command in the OSX terminal! Here is a link to the GitHub. If anyone notices issues or doesn’t know how to run this, feel free to send me a private message. Note that it’s named “jukiebox” as a mash-up between my name and jukebox, so make sure you spell it correctly when running it.
https://github.com/juliecmitchell/jukiebox
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
You can replace with your own file name after you get it to run. PC folks need to figure it out on their own, and linux folks don’t need my help.
All the best, Julie
Thanks for sharing this, now I get to install Python....another project in the queue.
John :-#)#
On Aug 1, 2025, at 9:55 AM, David Breneman via Jukebox-list jukebox-list@lists.netlojix.com wrote:
On Thursday, July 31, 2025 at 03:31:27 PM PDT, Julie Mitchell via Jukebox-list <jukebox-list@lists.netlojix.com> wrote:
Are there some others here who know how to run python and would help > me test this out before I distribute it? Please email me at julie.mitchell@gmail > rather than reply to the group.
I wish someone would write a title strip program in Korn shell scripts.That, I know. : -)
__
If you have a Mac, it’s already on there. You may have to type these two commands to install the dependencies.
pip3 install matplotlib pip3 install pandas
All the best, Julie
On Aug 1, 2025, at 2:41 PM, John Robertson via Jukebox-list jukebox-list@lists.netlojix.com wrote:
On 2025-08-01 9:02 a.m., Julie Mitchell via Jukebox-list wrote:
Well, I checked, and “ksh” is still a valid command in the OSX terminal! Here is a link to the GitHub. If anyone notices issues or doesn’t know how to run this, feel free to send me a private message. Note that it’s named “jukiebox” as a mash-up between my name and jukebox, so make sure you spell it correctly when running it.
https://github.com/juliecmitchell/jukiebox
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
You can replace with your own file name after you get it to run. PC folks need to figure it out on their own, and linux folks don’t need my help.
All the best, Julie
Thanks for sharing this, now I get to install Python....another project in the queue.
John :-#)#
On Aug 1, 2025, at 9:55 AM, David Breneman via Jukebox-list jukebox-list@lists.netlojix.com wrote:
On Thursday, July 31, 2025 at 03:31:27 PM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote:
Are there some others here who know how to run python and would help > me test this out before I distribute it? Please email me at julie.mitchell@gmail > rather than reply to the group.
I wish someone would write a title strip program in Korn shell scripts.That, I know. : -)
__
-- John's Jukes Ltd. 7 - 3979 Marine Way, Burnaby, BC, Canada V5J 5E3 Call (604)872-5757 (Pinballs, Jukes, Video Games) flippers.com http://flippers.com/ "Old pinballers never die, they just flip out"
Jukebox-list mailing list -- jukebox-list@lists.netlojix.com mailto:jukebox-list@lists.netlojix.com To unsubscribe send an email to jukebox-list-leave@lists.netlojix.com mailto:jukebox-list-leave@lists.netlojix.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Searchable Archives: http://jukebox.markmail.org/
On Friday, August 1, 2025 at 09:03:49 AM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote:
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
I got this error:
$ python3 jukiebox_labels.py sample.csv Traceback (most recent call last): File "/Users/db646c/Downloads/title_strips/jukiebox-main/jukiebox_labels.py", line 6, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'$
I just installed python on its own. I take it I need to install anaconda?
jukebox-list@lists.netlojix.com