https://github.com/gikoskos/kino_win32
WinAPI application to download KINO lotteries and get winning prices for a fixed number of tickets.
https://github.com/gikoskos/kino_win32
lotteries ticket win32 winapi winapi-application
Last synced: about 1 year ago
JSON representation
WinAPI application to download KINO lotteries and get winning prices for a fixed number of tickets.
- Host: GitHub
- URL: https://github.com/gikoskos/kino_win32
- Owner: Gikoskos
- License: gpl-3.0
- Created: 2016-09-13T05:44:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T18:53:08.000Z (about 9 years ago)
- Last Synced: 2024-12-26T17:12:35.924Z (over 1 year ago)
- Topics: lotteries, ticket, win32, winapi, winapi-application
- Language: C
- Size: 3.01 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KiNO_Win32
WinAPI application to download [OPAP KINO](http://www.opap.gr/en/web/guest/demo-kino) lotteries and get winning prices for a fixed number of tickets.
At the moment the algorithm works for up to 8 tickets with 10 numbers.
You fill out 8 custom tickets or leave it with the default 8, and the program downloads the selected KINO lotteries and finds
how much your ticket costs for each lottery.
A user can select which lotteries to download in 3 different ways. By selecting the dates of the lotteries, by setting a first lottery number and a last lottery number
(so that the program downloads the lotteries from the first up to the last lottery) or by getting the latest x lotteries played.

## Building
Supported compilers: mingw-w64
Run the makefile to compile the GUI:
mingw32-make.exe
You need to have libxml.dll on the win32build folder with this makefile. If you have it installed somewhere else
and you're linking with a loader library (.lib, .a) change the makefile accordingly.
To compile the language DLLs run:
mingw32-make.exe locale_dlls
My own builds are in the 'releases' tab.
## Libs used
[libcurl](http://curl.haxx.se/libcurl/)
[libxml2](http://xmlsoft.org/)
## Assets
[Liberation Serif font](https://www.fontsquirrel.com/fonts/liberation-serif)
## License
see LICENSE for KiNO_Win32
see win32build/LICENSES for the libraries and font
KiNO_Win32 (C) 2016