GitXplorerGitXplorer
n

price-tracker

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
56432bc8f159d606548a26c129bd8860c23cf748

refactored code

nnikunjdk committed 6 months ago
Unverified
1b2dfe304cec298068d0ba370ce38fc7f0186efe

added cli arguments and coloured cells in excel

nnikunjdk committed 9 months ago
Unverified
55923a86dfb897f7d2ecfbcffe72a51e0c63461a

Added multiprocessing and started cli args processing

nnikunjdk committed 9 months ago
Unverified
c2859df51f6f1d4df20177bc9140130c467e117a

Added progress bar in cli

nnikunjdk committed 10 months ago
Unverified
81a2c1ff616a114d47e57b6b2ef05d5eecc48b71

added openpyxl in poetry

nnikunjdk committed 10 months ago
Unverified
a60e800d67bd598f3f6cbcb50fcbc38b3745bf0a

initial commit

nnikunjdk committed 10 months ago

README

The README file for this repository.

Price Tracker

Get Started

Install poetry by following these steps

For Users

poetry install
poetry run python price_tracker

For Developers

poetry install --with docs,test,dev

To build docs

sphinx-build -M html docs/source/ docs/build/