This is a python program that will take in a very specific file extract all the names and numbers (minus the last row) and output them as a table.
[['Remyboycheese', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0'],
['thehoodkagee', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'],
['loldude12456Alt', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0'],
['ScoobySnahcks', '0', '0', '0', '0', '1', '0', '2', '1', '0', '0', '0'],
['Ichris_deadl', '0', '0', '0', '0', '1', '1', '2', '0', '0', '0', '0'],
['middnightraven', '3', '1', '4', '4', '0', '0', '3', '2', '0', '0', '0'],
['|QSweatyyz', '1', '0', '1', '2', '0', '0', '0', '1', '0', '0', '0'],
['SynergyXIl', '0', '1', '1', '0', '0', '0', '2', '1', '0', '0', '0'],
['Pythonicks', '0', '1', '1', '0', '0', '0', '0', '0', '11', '11', '0'],
['icyjump', '2', '1', '3', '3', '0', '0', '5', '2', '0', '0', '0']]
pytesseract.exe file

