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
Material de apoio da oficina de SAST apresentada pelo CAIS no Webinar de 28/05/21.

CAIS-CAIS Conjunto de Aplicações Intencionamente Sem-Vergonha do CAIS Material didático do Webinar "EP1. Oficina - Práticas de análise estática de cód

Fausto Filho 14 Jul 25, 2022
Python client SDK designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.

This open source project is community-supported. To report a problem or share an idea, use Issues; and if you have a suggestion for fixing the issue,

Venafi, Inc. 13 Sep 27, 2022
A minimalist starknet amm adapted from StarkWare's amm.

viscus • A minimalist starknet amm adapted from StarkWare's amm. Directory Structure contracts

Alucard 4 Dec 27, 2021
A simple panel with IP, CNPJ, CEP and PLACA queries

Painel mpm Um painel simples com consultas de IP, CNPJ, CEP e PLACA Início 🌐 apt update && apt upgrade -y pkg i python git pip install requests Insta

MrDiniz 4 Nov 04, 2022
A Python module for decorators, wrappers and monkey patching.

wrapt The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function

Graham Dumpleton 1.8k Jan 06, 2023
MDAnalysis tool to calculate membrane curvature.

The MDAkit for membrane curvature analysis is part of the Google Summer of Code program and it is linked to a Code of Conduct.

MDAnalysis 19 Oct 20, 2022
A Tool to validate domestic New Zealand vaccine passes

Vaccine Validator Tool to validate domestic New Zealand vaccine passes Create a new virtual environment: python3 -m venv ./venv Activate virtual envi

8 May 01, 2022
NES development tool made with Python and Lua

NES Builder NES development and romhacking tool made with Python and Lua Current Stage: Alpha Features Open source "Build" project, which exports vari

10 Aug 19, 2022
✔️ Create to-do lists to easily manage your ideas and work.

Todo List + Add task + Remove task + List completed task + List not completed task + Set clock task time + View task statistics by date Changelog v 1.

Abbas Ataei 30 Nov 28, 2022
PyLaboratory 0 Feb 07, 2022
Programa principal de la Silla C.D.P.

Silla CDP Página Web Contáctenos Lista de contenidos: Información del proyecto. Licencias. Contacto. Información del proyecto Silla CDP, o Silla Corre

Silla Control de Postura 1 Dec 02, 2021
A python API act as Control Center to control your Clevo Laptop via wmi on windows.

ClevoPyControlCenter A python API act as Control Center to control your Clevo Laptop via wmi on windows. Usage # pip3 install pymi from clevo_wmi impo

3 Sep 19, 2022
A simple countdown timer in eazy code to show timer with python

Countdown_Timer The simple CLI countdown timer in eazy code to show timer How Work First you fill the input by int-- (Enter the time in Seconds:) for

Yasin Rezvani 3 Nov 15, 2022
This is a method to build your own qgis configuration packages using osgeo4W.

This is a method to build your own qgis configuration packages using osgeo4W. Then you can automate deployment in your organization with a controled and trusted environnement.

Régis Haubourg 26 Dec 05, 2022
sumCulator Это калькулятор, который умеет складывать 2 числа.

sumCulator Это калькулятор, который умеет складывать 2 числа. Но есть условия: Эти 2 числа не могут быть отрицательными (всё-таки это вычитание, а не

0 Jul 12, 2022
Script to work around some quirks of the blender obj importer

ObjFix 1.0 (WIP) Script to work around some quirks of the blender obj importer Installation Download this repo In Blender, press "Edit" on the top-bar

Red_3D 4 Nov 20, 2021
Python library for Minitel communication through serial port

Python library for Minitel communication through serial port

Noël 3 Aug 14, 2022
MoBioTools A simple yet versatile toolkit to automatically setup quantum mechanics/molecular mechanics

A simple yet versatile toolkit to setup quantum mechanical/molecular mechanical (QM/MM) calculations from molecular dynamics trajectories.

MoBioChem 17 Nov 27, 2022
Task dispatcher for Postgres

Features a task being ran as an OS process supports task queue with priority and process limit per node fully database driven (a worker and task can b

2 Dec 06, 2021
Always fill your package requirements without the user having to do anything! Simple and easy!

WSL Should now work always-fill-reqs-python3 Always fill your package requirements without the user having to do anything! Simple and easy! Supported

Hashm 7 Jan 19, 2022