This Python script reads candidate data from a text file, calculates skill scores based on weighted attributes, and sends the top 14 candidates' results to a specified server.
- Reads candidate data from
data.txt
. - Calculates skill scores using weighted attributes: Health, Agility, Charisma, Knowledge, Energy, and Resourcefulness.
- Sorts candidates by their overall value scores.
- Sends the top 14 candidates' names and scores to a server using a socket connection.
- Update the
ip
andport
values with the target server's IP and port. - Ensure
data.txt
is in the same directory as the script, with each line containing candidate details. - Run the script:
python script_name.py
pandas
socks
To Install all requirements
pip install -r requirements