Metadata-Version: 2.1
Name: annual-stats
Version: 0.1.0
Summary: Annual Statistics for a zettelkasten. The Archive
License: MIT
Author: Will Simpson
Author-email: will@kestrelcreek.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# The Archive "annual_stats"
 This is a quick Python app that generates a Markdown-compatible table of yearly zettelkasting stats for users of The Archive.
## Usage (Example)
Change to the directory where you installed the application and run the following command in Terminal.  
 
    python main.py 
You'll be prompted to enter the 4 digit year of your oldest note. 

    Earliest year:   
Look for the output where you specified with the `table_output` variable.  ``

### Sample Output   
![Will's Zettelkasting Stats](assets/table_sample.png)

## Licience
[MIT](./LICENSE.md)

## Disclaimer
When it comes to Python, I am just a hobbyist. So it's very likely I made some mistakes. Please bear with me. Let me know and I'll fix things and in doing so, you'll be teaching me to be a better programmer.

