https://github.com/timhaj/arbitrage_tools
A collection of tools used for arbitrage betting,...
https://github.com/timhaj/arbitrage_tools
arbitrage arbitrage-opportunities excel-vba python-qt python-script
Last synced: 11 months ago
JSON representation
A collection of tools used for arbitrage betting,...
- Host: GitHub
- URL: https://github.com/timhaj/arbitrage_tools
- Owner: timhaj
- Created: 2024-11-12T20:55:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:27:23.000Z (about 1 year ago)
- Last Synced: 2025-01-22T06:34:07.630Z (about 1 year ago)
- Topics: arbitrage, arbitrage-opportunities, excel-vba, python-qt, python-script
- Language: Python
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arbitrage_tools
A collection of tools used for arbitrage betting,...
- arbitrage_calc.xlsm -> template Excel file for arbitrage betting
- arbitrage_calculator.py -> Python app with GUI for arbitrage betting
## How to make arbitrage_calculator.py a .exe:
1. Run `requirements.txt` after activating your Python environment. Requires Python >= 3.8
2. In terminal, go to `cd path\to\your\script`
3. Create an executable using: `pyinstaller --onefile --windowed arbitrage_calculator.py`
4. After the build finishes, you can find your executable in the `dist` folder.
5. You can delete the `build` folder and the `.spec` file for cleanup.