This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # Reference: https://github.com/frostschutz/SourceLib/blob/master/SourceRcon.py | |
| # Converted to Python3 by Guillaume "Elektordi" Genty (Tested on 3.7) | |
| #------------------------------------------------------------------------------ | |
| # SourceRcon - Python class for executing commands on Source Dedicated Servers | |
| # Copyright (c) 2010 Andreas Klauer <Andreas.Klauer@metamorpher.de> | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy |