Files
pymcstatus/README.md
T

20 lines
343 B
Markdown
Raw Normal View History

2023-08-27 10:12:43 -06:00
# pymcstatus
2023-08-27 10:14:55 -06:00
A python script to sort through a list of ip's to find working minecraft servers
Usage:
```
2023-09-04 09:27:30 -06:00
Usage:
srvstatus.py -p IP
srvstatus.py -f inlist.txt
2023-09-05 07:23:38 -06:00
srvstatus.py -f inlist.txt -o outfile.json
2023-08-27 10:14:55 -06:00
```
2023-09-05 07:23:38 -06:00
Then convert json to xlsx using:
```
json2xlsx.py infile.json outfile.xlsx
```
Dependencies:
```
Pillow mcstatus openpyxl
```