pretrehr / Sports-betting

Sports betting assistant (with interface) which optimizes earnings regarding odds and offers
MIT License
404 stars 93 forks source link

[ Suggestion ] Screenshots in your readme please #2

Closed PySimpleGUI closed 4 years ago

PySimpleGUI commented 4 years ago

Oh wow.... I can tell from looking at your GUI code that you've got a complex GUI interface. I would love to know how it looks an I'm sure other visitors would too.

It's uncommon for Python programs to have a GUI, it's extra special when you run into one that does have a GUI. I think people are more likely to try out a program if they can see how the program looks. Even if they don't try it, it's still nice to be able to see someone's accomplishment.

Can you add a screenshot to your readme.md file? It's really easy with GitHub to embed an image. All you have to do is grab and drop or copy and paste your image into an Issue and then copy / paste the code that's cred by GitHub into you readme.md file. The same code that embeds an image into an Issue can be used to embed the image into the readme.md file.

pretrehr commented 4 years ago

Thank you for your suggestion and for your little trick to embed an image into the README.md! I've added some screenshots. The interface is currently only available in French but the screenshots should give you an idea of what the interface looks like. Feel free to have a look at them!

PySimpleGUI commented 4 years ago
  888       888  .d88888b.  888       888 
  888   o   888 d88P" "Y88b 888   o   888 
  888  d8b  888 888     888 888  d8b  888 
  888 d888b 888 888     888 888 d888b 888 
  888d88888b888 888     888 888d88888b888 
  88888P Y88888 888     888 88888P Y88888 
  8888P   Y8888 Y88b. .d88P 8888P   Y8888 
  888P     Y888  "Y88888P"  888P     Y888 

I had no idea that it was THAT big of a GUI. That's massive!

I love it! Even with PySimpleGUI that must have taken a very long time to make. Congrats. It looks really good.

netvisionbgd commented 4 years ago

Hi guy,

I want to make Bet portal in Serbia, I need prediction, results in NBA, how we help me. Can I buy some script?

pretrehr commented 4 years ago

Hi, The purpose of this repository is not to make predictions but to take advantage of arbitrage opportunities. Moreover, French law prohibits betting on non-French sites. So I'm sorry I won't be able to help you with your project.

netvisionbgd commented 4 years ago

OK thx :)

нед, 21. јун 2020. у 12:12 pretrehr notifications@github.com је написао/ла:

Hi, The purpose of this repository is not to make predictions but to take advantage of arbitrage opportunities. Moreover, French law prohibits betting on non-French sites. So I'm sorry I won't be able to help you with your project.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pretrehr/Sports-betting/issues/2#issuecomment-647107826, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQA4BVUL7RNDGI3B66XP3BTRXXMHVANCNFSM4MW3PXJA .

-- [image: photo] Saša Rebić SEO Agencija, Net Vision Beograd

+381 61 16 87 157 <+381+61+16+87+157> | info@netvision.rs

www.netvision.rs | Skype: sasa.rebic <#SignatureSanitizerSafeHtmlFilter> http://facebook.com/netvision/ http://www.linkedin.com/in/sasa-rebic/ http://twitter.com/srebic11 http://plus.google.com/u/0/106613519435588512647 Create your own email signature https://www.wisestamp.com/signature-in-email/?utm_source=promotion&utm_medium=signature&utm_campaign=create_your_own

PySimpleGUI commented 4 years ago

I can't believe how large of a GUI you have given the size of the GUI file. It's a massive GUI and somehow contained in about 300 lines of code. Entire file to create AND run the GUI is under 600 lines. That's really impressive stuff.

pretrehr commented 4 years ago

Thank you very much for your message, it means a lot to me! But PySimpleGUI has made my job a lot easier. It's really nice to be able to handle such a package so quickly, so many thanks for your work!