-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
29 lines (27 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<meta name="google-site-verification" content="A3DZJlC-sRRCI_HJZ8nbaN8pRexoIPJw7YvW6Ig3150" />
</head>
<body>
<h1 id="hdfc-credit-card-statement-pdf-to-csv-converter">HDFC Credit Card statement PDF to CSV Converter</h1>
<dl>
<dt>Core feature:</dt>
<dd><ul>
<li>Parse credit card statement</li>
<li>Export transactions into csv</li>
<li>Generate rewards for 10X smartbuy partners</li>
</ul>
</dd>
</dl>
<h2 id="prerequisites">Prerequisites</h2>
<p>Install dependencies through pip</p>
<pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">pip</span> install -r requirements.txt
<span class="kw">pip</span> install -e . </code></pre>
<h2 id="usage">Usage</h2>
<pre class="sourceCode bash"><code class="sourceCode bash"><span class="kw">python</span> parser.py --statement-path <span class="kw"><</span>path to statements<span class="kw">></span>
<span class="kw">--statement-path</span> STATEMENT_PATH
<span class="kw">path</span> to statements pdf file or directory
<span class="kw">--show-diners-rewards</span> SHOW_DINERS_REWARDS
<span class="kw">show</span> diners 10x rewards</code></pre>
</body>
</html>