Shows VRML team stats of all players in your pubs

Overview

VRML Team Stat Searcher

Displays Team Name, Team Rank (Worldwide), and tier of all the players in your pubs.


GUI WIP: Only username search works

(for now use pubstats.py for pub name searching)

To use GUI:

  1. Install pip (https://www.liquidweb.com/kb/install-pip-windows/)
  2. pip install -r requirements.txt (in base directory)
  3. python gui.py

To view VRML team stats of people in your pubs run: python pubstats.py

You have to have echo open for this to work

If using quest:

  • Put the ip in ip.txt with your quest ip
  • Ensure you have API turned on in settings
  • Make sure you are on the same network as your quest

If using PC:

  • Keep ip.txt as 127.0.0.1
  • Have api on in echo settings

Thankyou to Silveridge for all your help <33

If anythings broken or you have questions, Dm me on discord (Slaymish#5702)

Comments
  • Pub Stats System Now Working

    Pub Stats System Now Working

    Designed and implemented functional stats displaying system for public matches. Currently works, with working progress bar (actually accurate as well), and displays same values are the individual VRML Players. Error handling should be ok, if not then please let me know

    Tested on PC, appears to work fine. Untested on Quest, cannot guarantee functionality.

    opened by Silveridge 2
  • GUI

    GUI

    Added version 1 of the GUI. There shouldn't be any problems, but just lemme know if there are. As I cannot run the pubstats.py file, I haven't added it's functionality, but the VRML stats finding works well.

    opened by Silveridge 2
  • pubstats.py actively refusing connection

    pubstats.py actively refusing connection

    Executing pubstats.py results in a runtime error with the following error message: requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=6721): Max retries exceeded with url: /session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000026CC1BDA310>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))

    Possible issues involve a potentially incorrect port or firewall. If these are possible causes, maybe add option for port change?

    If not, any other ideas as to the possible cause?

    opened by Silveridge 2
  • Full functionality/UI Overhaul

    Full functionality/UI Overhaul

    Completely overhauled the UI Altered functionality to meet new UI Removed some temporary objects that are not ready for release at this current moment.

    opened by Silveridge 0
  • Added compilation functionality

    Added compilation functionality

    Functionality for compiled version of this build suffered from invaild TL;S certificates. Problem was resolved by making the certificate files local, and creating a shortcut to the program if it is to be moved to a different directory.

    GUI now works well with both pub stat searching and VRML Database searching in both decompiled and compiled versions.

    opened by Silveridge 0
  • Update vrmlplayersearcher.py

    Update vrmlplayersearcher.py

    Converted the vrmlplayersearcher.py file into a class that can be imported and used for other scripts, such as a GUI or external system. The final lines must be commented out if this is not being used on its own.

    Functionality remains identical.

    opened by Silveridge 0
Releases(V1.1)
  • V1.1(Nov 16, 2021)

    New Update! Version 1.1.0

    Release Notes

    Auto-Update Notifications

    • Will automatically search for an available update
    • Will notify if user is using beta/development version
    • Will send user to latest release to download

    More Info Buttons

    • New button that pops up below the players name when a search has been completed on either the VRML Searcher or the Pub Searcher
    • Upon clicking, a popup will appear with extra details regarding that specific player and their team.

    General bug fixes

    • Fixed incorrect error messages regarding player searching
    • Fixed most issues regarding click spamming by disabling the search button during a search, and re-enabling when completed.

    Quality of Life changes

    • Added visual evidence of new searches so users will know when a new player search has initiated in pubs
    • Sorted extra modules, scripts and libraries into a folder system to better organise the system.

    Installation Instructions

    Windows Installation

    • Download the main file
    • Double click the setup.exe file and follow the instructions

    Mac Installation

    • Currently there is no installation for Mac, this will be added in a future update

    System Dependencies

    1. Python 3.x (Downloadable here)
    2. Pip (Downloads with Python automatically, or you can download it separately here)

    Support

    Contact Slaymish on Discord at Slaymish#5702 or Silveridge at Silveridge#9541 if there are any issues.

    Source code(tar.gz)
    Source code(zip)
    setup.exe(37.19 MB)
  • v1.0.0(Nov 10, 2021)

    First Official Release!

    Dependencies

    1. Python 3.x (Downloadable here)
    2. Pip (Downloads with Python automatically, or you can download it separately here)

    Windows Installation

    1. Download the main file
    2. Double click the setup.exe file and follow the instructions

    Mac Installation

    Currently there is no installation for Mac, this will be added in a future update

    Support

    Contact Slaymish on Discord at Slaymish#5702 or Silveridge at Silveridge#9541 if there are any issues.

    Source code(tar.gz)
    Source code(zip)
    setup.exe(37.17 MB)
Owner
Hamish Burke
Hamish Burke
Convert Photoshop curves (acv) to xmp presets for Lightroom

acv2xmp Convert Photoshop curves (acv) to Lightroom preset (xmp) acv2xmp.py Basic command prompt that relies on standard library only and can be used

5 Feb 06, 2022
Python 101 Forever

🚀 Python 101 Forever 🚀 Official Python 101 Forever GitHub repository. START HERE - CHECK README SUBSCRIBE FOR UPDATES HERE Sponsors Contac

Hack Bulgaria 58 Nov 30, 2022
PKU team for 2021 project 'Guangchangwu detection'.

PKU team for 2021 project 'Guangchangwu detection'.

Helin Wang 3 Feb 21, 2022
Using Python to parse through email logs received through several backup systems.

outlook-automated-backup-control Backup monitoring on a mailbox: In this mailbox there will be backup logs. The identification will based on the follo

Connor 2 Sep 28, 2022
An example project that shows how to check if a certain macro is active in a file.

PlatformIO Check Compiler Flags Example Description Demonstrates the usage of an extra script and a special compilter invocation to get the active mac

Maximilian Gerhardt 1 Oct 28, 2021
Data Poisoning based on Adversarial Attacks using Non-Robust Features

Data Poisoning based on Adversarial Attacks using Non-Robust Features Usage python main.py [-h] [--gpu | -g GPU] [--eps |-e EPSILON] [--pert | -p PER

Jonathan E. 1 Nov 02, 2021
A Python 3 client for the beanstalkd work queue

Greenstalk Greenstalk is a small and unopinionated Python client library for communicating with the beanstalkd work queue. The API provided mostly map

Justin Mayhew 67 Dec 08, 2022
A calculator developed in Python.

Calculadora Uma simples calculadora... ( + − × ÷ ) 💻 Situação do projeto: Projeto finalizado ✔️ 🛠 Tecnologias: Python Tkinter (GUI) ⚙️ Pré-requisito

Arthur V.B.S. 1 Jan 27, 2022
My Solutions to 120 commonly asked data science interview questions.

Data_Science_Interview_Questions Introduction 👋 Here are the answers to 120 Data Science Interview Questions The above answer some is modified based

Milaan Parmar / Милан пармар / _米兰 帕尔马 181 Dec 31, 2022
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.

Best-of Python 🏆 A ranked list of awesome Python open-source libraries & tools. Updated weekly. This curated list contains 230 awesome open-source pr

Machine Learning Tooling 2.7k Jan 03, 2023
Multtable is a collection of multiplication table generators in various languages.

Multtable Multtable is a collection of multiplication table generators in various languages. This project was created as a joke based on one of my bro

pollen__ 7 Mar 05, 2022
Beancount: Double-Entry Accounting from Text Files.

beancount: Double-Entry Accounting from Text Files Contents Description Documentation Download & Installation Versions Filing Bugs Copyright and Licen

2.3k Dec 28, 2022
Broken Link Finder is a Burp Extension to detect broken links for a passive scanning domains and links.

Broken Link Finder Broken Link Finder is a Burp Extension to detect broken links for a passive scanning domains and links. Inspired by InitRoot's link

Red Section 10 Sep 11, 2021
Hook and simulate global keyboard events on Windows and Linux.

keyboard Take full control of your keyboard with this small Python library. Hook global events, register hotkeys, simulate key presses and much more.

BoppreH 3.2k Jan 01, 2023
Automatização completa do site https://blaze.com

PyBlaze Pyblaze possibilita o acesso a api do site blaze utilizando python, retornando os últimos resultados de crashs e doubles. Agora também é possí

Cleiton Leonel 24 Dec 30, 2022
flake8 plugin which checks that there is no use of sleep in the code.

flake8-sleep flake8 plugin which checks for use of sleep function. installation Using Pypi: pip install flake8-sleep flake8 codes Code Description SLP

1 Nov 26, 2021
Test pour savoir si je suis capable de paratger une lib avec le monde entier !!

Data analysis Document here the project: MLproject Description: Project Description Data Source: Type of analysis: Please document the project the bet

Lucas_Penarrubia 0 Jan 18, 2022
A middle-to-high level algorithm book designed with coding interview at heart!

Hands-on Algorithmic Problem Solving A one-stop coding interview prep book! About this book In short, this is a middle-to-high level algorithm book de

Li Yin 1.8k Jan 02, 2023
Scripts for hosting urbit in production-ish

Urbit Sysops Contains some helpful scripts for hosting Urbit. There are two variants included in this repo: one using docker, and one using plain syst

Jōshin 12 Sep 25, 2022
Excel cell checker with python

excel-cell-checker Description This tool checks a given .xlsx file has the struc

Paul Aumann 1 Jan 04, 2022