summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-05-23 01:47:56 +0200
committeremkael <emkael@tlen.pl>2019-05-23 01:47:56 +0200
commitb751a7781e9a2d123d968cf5bd7a3c0412105edc (patch)
treefae146762a5d266a896fc384241c6d5e46540c00
parent41eefa5301eb58d93af156ccc166c243406cfc3a (diff)
README added
-rw-r--r--README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..5809e9b
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,13 @@
+usage: deal-converter.py [-h] INPUT_FILE [OUTPUT_FILE [OUTPUT_FILE ...]]
+
+Universal converter for bridge deal formats
+
+positional arguments:
+ INPUT_FILE Input file path
+ OUTPUT_FILE Output file path(s)
+
+optional arguments:
+ -h, --help show this help message and exit
+
+Supported formats: BER BHG BRI CDS CSV DGE DLM DUP PBN RZD.
+Formats are auto-detected based on file extension.