EDataScriptware / SES

Sam-Edward-System
2 stars 0 forks source link

SES (Sam-Edward-System)

A temporary name for a system similar to SMITE’s VGS, Overwatch’s communication ping system, or similar functions for the purpose of communicating without relying on the players’ voice or auditory perception. Hopefully, we can include all of those for the sake of more customization.

Current Goal

To send a message across the network to clients specified as the same party with customized controls using either series of buttons like VGS, a communication wheel similar to one from Overwatch, or simply a specified key combination or keystroke. Naturally, this would mean that the other end must be able to receive it and display it on the screen, preferably as an overlay similar to Overwolf, Steam, or Discord.

Steps to Achieving the Goal


To use the app, type python3 main.py while in the directory. If it say no module named 'pynput' then type 'pip install pynput' Similarlly, use 'pip3 install discord-webhook' if it say it lacks this.


Deploying

WINDOWS - Turning Python into .exe

  1. Run the following command python setup.py py2exe
  2. Run the GUI.exe