You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python class for manipulation with Valve KeyValues files (VDF format). Provides parsing of VDF files to object with dict interface, editing of this object keys and values and writing of any object with dict interface to VDF file format.
2
+
Python class for manipulation with Valve KeyValues files (VDF format). Provides the parsing of VDF files to objects with dict interface, editing of this object keys and values and writing of any object with dict interface to VDF file format.
3
+
4
+
# Installation
5
+
Just copy the `valve-keyvalues-python` folder wherever you need, for example to your Python's site-packages: `<Python>/Lib/site-packages/` and then inside your program import the class by `from valve-keyvalues-python import KeyValues`
0 commit comments