Sinisterly
Making A Giftcard Generator - Any Requests? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Making A Giftcard Generator - Any Requests? (/Thread-Making-A-Giftcard-Generator-Any-Requests)

Pages: 1 2 3 4 5 6


RE: Making A Giftcard Generator - Any Requests? - Botany - 11-11-2019

(11-11-2019, 07:23 PM)Drako Wrote:
(11-10-2019, 07:51 PM)Botany Wrote: How about Xbox or PSN?

Also walmart would be cool!

EDIT: Just noticed this post is rather old, did you ever get any coding done?

I haven't gotten much done. Life has gotten in the way. But since you reminded me I can work on it now. I do need websites that can check the gift cards. I was writing a reply yesterday but my computer crashed.
Not sure how you would go about checking gift cards but you can check xbox live codes online.


RE: Making A Giftcard Generator - Any Requests? - Darkwingderek87 - 11-12-2019

Would love it and would be happy if you could make me a small xbx. I've been off liveĀ  for too long now and had a bad string of luck recently!


RE: Making A Giftcard Generator - Any Requests? - Harryler100 - 11-12-2019

Amazon PayPal. Game. Argos. eBay.


RE: Making A Giftcard Generator - Any Requests? - jarlold - 12-14-2019

Would love to get a devlog on how this work, assuming it doesn't just spew out a random X length of number. What is intended use cases?


RE: Making A Giftcard Generator - Any Requests? - Seafoam - 12-14-2019

Someone send me a gift card generator with accurate patterns


RE: Making A Giftcard Generator - Any Requests? - Drako - 12-15-2019

(12-14-2019, 11:39 PM)Seafoam Wrote: Someone send me a gift card generator with accurate patterns

This isn't the thread to ask for something. As for my generator, I don't have any time to work on it. I do have more ideas though.


RE: Making A Giftcard Generator - Any Requests? - Seafoam - 12-15-2019

(12-15-2019, 12:14 AM)Drako Wrote:
(12-14-2019, 11:39 PM)Seafoam Wrote: Someone send me a gift card generator with accurate patterns

This isn't the thread to ask for something. As for my generator, I don't have any time to work on it. I do have more ideas though.
I would put something together with you if you want support on that project otherwise I know you got it your self,


RE: Making A Giftcard Generator - Any Requests? - Drako - 12-15-2019

(12-15-2019, 06:14 PM)sefefew Wrote:
(12-15-2019, 12:14 AM)Drako Wrote:
(12-14-2019, 11:39 PM)Seafoam Wrote: Someone send me a gift card generator with accurate patterns

This isn't the thread to ask for something. As for my generator, I don't have any time to work on it. I do have more ideas though.


U need atleast 5-6 Real Gift-Cards To Get A pattern for making a generator.

That's correct. I have a few gift card codes right now that should help me with the patterns.


RE: Making A Giftcard Generator - Any Requests? - Mrrobot1208 - 12-18-2019

Hi bro I'm new on programming world what the first language you advice me to learn it first <3


RE: Making A Giftcard Generator - Any Requests? - Drako - 12-18-2019

(12-18-2019, 01:51 PM)Mrrobot1208 Wrote: Hi bro I'm new on programming world what the first language you advice me to learn it first <3

I would begin with a high-level language. Python would be a great start. The syntax is really simple, there are many applications for Python, and the language is still receiving updates. I'm not saying you have to learn something simple before you learn something hard, it's just my recommendation. I tried learning C++ before any other language. I looked at it and thought it was impossible. But after learning something easy, the complex stuff became simple as well.