https://github.com/soker90/betcon
Aplicación para la gestión de apuestas deportivas
https://github.com/soker90/betcon
python qt yaml
Last synced: 10 months ago
JSON representation
Aplicación para la gestión de apuestas deportivas
- Host: GitHub
- URL: https://github.com/soker90/betcon
- Owner: soker90
- License: gpl-3.0
- Created: 2017-07-09T23:30:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T17:27:41.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T05:35:16.825Z (over 1 year ago)
- Topics: python, qt, yaml
- Language: Python
- Homepage: http://betcon.eduardoparra.es
- Size: 4.85 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Betcon
[](https://www.gnu.org/licenses/gpl-3.0.en.html) [](https://github.com/soker90/betcon/releases) [](https://github.com/soker90/betcon/releases/) [](https://aur.archlinux.org/packages/betcon) [](https://launchpad.net/~soker/+archive/ubuntu/betcon)
[](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
Betcon es una aplicación para sistemas GNU/Linux, Windows y MAC para la gestión de apuestas deportivas. Betcon tiene licencia GPLv3.
### Descargas
#### ArchLinux
```bash
yaourt -S betcon
```
#### Ubuntu
```
sudo add-apt-repository ppa:soker/betcon
sudo apt-get update
sudo apt-get install betcon
```
#### Debian
```
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FA4746D8
sudo bash -c "echo 'deb http://ppa.launchpad.net/soker/betcon/ubuntu xenial main #Betcon' >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get install betcon
```
#### Instalar desde código fuente
Antes de instalar, asegúrate de tener instaladas las dependencias:
* Python
* PyQt5
* SQLite3
* [Pyexcel-ods]('https://github.com/pyexcel/pyexcel-ods')
* PyYAML
* Pillow
Para instalar:
```
make install
```
#### Código fuente
```
git clone https://github.com/soker90/Betcon.git
```
#### MAC
[Descarga](https://github.com/soker90/betcon/releases/download/1.7.6.1/betcon_1.7.6.1-OSX_dmg.zip)
#### Windows
[Descarga](https://github.com/soker90/betcon/releases/download/1.6/betcon_1.6-Windows.exe)
### Desarollo
Para instalar las dependencias:
```
make install-dependencies
```
Para ejecutar la aplicación:
```
make start
```
### Tests
Para ejecutar los tests:
```
nosetests tests/
```
### Contacto
Puedes contactarme en [eduparra90@gmail.com](mailto:eduparra90@gmail.com).
Mas información en [https://soker90.github.io/betcon/](https://soker90.github.io/betcon/)