summaryrefslogtreecommitdiff
path: root/tt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tt.py')
-rw-r--r--tt.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt.py b/tt.py
new file mode 100644
index 0000000..738ed44
--- /dev/null
+++ b/tt.py
@@ -0,0 +1,4 @@
+import pypandoc
+DESC = pypandoc.convert('README.md', 'rst')
+DESC = DESC.replace("\r", "")
+print(DESC)