https://github.com/rlalpha49/rl-crate-opener
Script to go through your drops and open them
https://github.com/rlalpha49/rl-crate-opener
rocket-league rocket-league-script
Last synced: 3 months ago
JSON representation
Script to go through your drops and open them
- Host: GitHub
- URL: https://github.com/rlalpha49/rl-crate-opener
- Owner: RLAlpha49
- License: gpl-3.0
- Created: 2023-10-18T23:36:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T04:27:31.000Z (over 1 year ago)
- Last Synced: 2025-01-13T03:41:29.333Z (5 months ago)
- Topics: rocket-league, rocket-league-script
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket League Item Drop Automation
This project automates the process of opening item drops in Rocket League. It uses image recognition to detect item drops and categorize the items obtained from them. The results are then saved and probabilities are calculated.
## Installation
1. Clone this repository.
2. Install the required Python packages:```bash
pip install -r requirements.txt
```## Usage
Before running the script, ensure the following:
- Set your screen resolution to 1920x1080p Borderless. The script will not work otherwise.
- Start the program on the "Drops" tab in your inventory.Then, run the `main.py` script:
```bash
python main.py
```The script will present you with a menu:
1. **Open Drops**: Start the automation process to open item drops.
2. **Calculate Probabilities**: Calculate the probabilities of obtaining each item.
3. **Close**: Exit the script.During the automation process, you can press `Ctrl+C` to save the results and exit the program.
## Dependencies
This project uses the following Python packages:
- `keyboard`
- `pyautogui`
- `pytesseract`
- `Pillow`## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the terms of the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).