-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing to specific Avery Labels #5
Comments
Ahaha I was just trying to figure this out myself. I played a bit around 2015, and just started back up recently, so being able to pick and choose which sets to print would save me a lot of wasted sticker sheets. And yeah, It's probably a lot to ask but a GUI would be spectacular. Also adding in mana symbols and rarity to refine the organization. It's a lot to ask, but I know it would be greatly appreciated by the community. This is a must have for MTG collectors. |
Whoa, there's a lot here.
A GUI is unlikely. They're a bunch of work to maintain and hard to not super easy to be cross platform. However, I could see an option to specify sets explicitly. That would be fairly straight-forward.
This is a possibility I suppose. I guess we just need very precise dimensions on them. Is there a specific one you're looking at?
I mean, the script itself doesn't require any updates to generate new labels for new sets. It gets the latest data from Scryfall when you run it. Are you just looking for PDFs every new set? |
Thanks for replying everyone!! I guess a start could be this...for labels?? https://www.avery.com/templates/5160 As for the auto-update from Scryfall, it looks like the API hasnt picked up the new set that released last week (Maybe just a timing thing) And yes, selecting sets would be great :) (100% the complexity of the GUI ask, and I understand that it will more than likely never happen :) You've done enough work for us already!!) |
This should be doable without too much of an issue. The template they have has everything needed to get it right. |
I'll see if I can find a label size a little closer to the box width. Just tying up some work first. That was just a really quick first search :) ( I think that size may be our best bet though....if memory serves) |
Here is the Laser version. I think it's the same dimensions?? |
I seem to be having trouble getting it running at all :/ installed dependencies but it throws an error when trying to run from command prompt and nothing happens if I try to run the program itself from the file. I can open another issue if you'd like? Don't mean to overload you or anything. |
Sorry for being really new on this...how do I run the program myself?? I've just been clicking the 4 files in the git folder here which only goes up to innistrad double feature? I'd like to try printing these on the avery labels and test the layout this weekend |
It's a command line program. You need to have Python installed and then install the dependencies. It sounds like I need a small webapp or something. It isn't really setup for non-programmers to use. |
That would be amazing if it isnt too much work. I've just been pulling the pages from GIT that you had run and posted (which is why I thought it was out of date). Apologies again for being new on this! |
I'm going to repurpose this issue to be about the Avery labels. There's now an auto-updating frontend that should pick up new sets after release date: https://mtg-label-generator.herokuapp.com/ Edit: hosting moved to Fly.io: https://mtg-label-generator.fly.dev/ |
@davidfischer Amazing. Thank you!!! (And looking forward to the labels as well :) ) |
It might be a little while since it's not a feature I personally need. |
No problem:) I appreciate your hard work. It's a 'nice to have' but not a
game breaker for me.
Thank you a hundred times over, for all your hard work.
Cheers!!!
…On Mon., Mar. 21, 2022, 11:04 p.m. David Fischer, ***@***.***> wrote:
It might be a little while since it's not a feature I personally need.
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUDD2U4YBHXAAOYUALKPDTVBE2DRANCNFSM5PCXZBCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Someone can try these, I believe these should align to Avery 1 x 2 5/8 labels. |
I will try to run these tonight or tomorrow. Thanks guys!! I will let you know the outcome!! |
@Schemer80 What do you mean 'print them in reverse' ?? |
Just print normally, and if the text does not align along the top edge of the label, try rotating the page 180 degrees. |
Ok great!!! Last question :) Is this something you updated the code and then generated from david's GUI link? Or did you generate them and THEN change the layout? (Just want to make sure so I can generate my own list to print, and not the 8 pages. :P ) |
I installed Python and all the dependencies, then modified David's code to align the output to Avery's labels as best I could. |
Ah, okies. I didnt see it in the "https://mtg-label-generator.herokuapp.com/" options. (Didnt want to print labels I didnt need). I'll run a test here in about 20 mins |
It looks like I cant generate my own via his site with your code. I'll try and test with your .zip and go from there I guess! |
So I ran some issues also when I tried having them printed at Office Max on Monday 4/18. The text needs to be almost at the top edge of the label if they are going to be applied to regular size BCW dividers and be legible. As you can see in this picture I experimented with trying to use 1 label for 2 sets and I would just cut them in half but they were aligned too far to the left. I have made some adjustments moving both , but haven't had a chance to go to Office Max to have another test print run. These are still aligned so that the bottom/rear is the 'front'. So feed the label paper in like your second picture. I'll try to get to Office Max in the next couple days for another print test. |
I did make it to Office Max, but the alignment still isn't what I like, will make further adjustments and try again. |
Thank you David and everyone else for your work on this. I modified the code a little and was able to get this to work for Avery 8167 labels (says to use template 5167). I printed with no margins. labels-letter-01.pdf |
Nice. If you have the code changes you did, feel free to share them in a PR. Even if it isn't in a mergeable state, I could use it to try to create something that is. |
So as a guy who has zero experience in coding. What do I do to learn how/what you guys did so that I can add to a list or at least on how to make a PDF list like Tardigrades has done? I tried using the format and uploading but it always shows the words running off the page. I think what I'm trying to get at...is, how do I make it so when new sets are added, I can click print and I'll have the new set? Or add to it. Below is the PDF that was made, but it can't auto-update. So how do I add to it? I have zero idea as to what I'm doing, but I'm kinda following along as if it's a puzzle. @davidfischer @Silhouette35 |
Hi @davidfischer , sorry for the late response. I created a PR if you want to take a stab at it. I kind of butchered your code as I'm C# Dev and wasn't intending to share my changes. You may be wondering about the GIMP import. I was having issues getting it to run due to a missing dependency, but after some research I found it was included in GIMP so I just imported it from there. I thought the issue might be me being on a Windows machine vs a Mac. |
Here are the latest files from my latest run. labels-letter-01.pdf |
Is there a way that we can get this to....
The text was updated successfully, but these errors were encountered: