HearthSim / python-hsreplay

Python library for creating and parsing HSReplay XML files
https://hearthsim.info/hsreplay/
MIT License
50 stars 14 forks source link

create file with same name in the app's root folder #32

Closed tkiraly closed 8 years ago

tkiraly commented 8 years ago

title says all

jleclanche commented 8 years ago

You can use pipe redirection to achieve the same thing. ./convert.py > hsreplay.xml

Closing. Thanks, though.