MackHalliday / code_challanges_WC_tool

✅ Weekly Code Challenge: Building a word count command line tool

Home Page:https://codingchallenges.fyi/challenges/challenge-wc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code_challanges_WC_tool

First challenge from the Blog Code Challenges

References

TODO

  • Do I need a TOML file / how to handle requirements?
  • Create python environment locally and redo the requirements.txt - why is pytest not showing up?
  • Figure out better was to parse and return only True optional args
  • Local debug
  • How would I make this an installable package instead of an alias in zshrc?

.zshrc alias

alias ccwc='python3 [ABSOLUTE PATH TO] write_your_own_wc_tool/ccwc/ccwc.py'

About

✅ Weekly Code Challenge: Building a word count command line tool

https://codingchallenges.fyi/challenges/challenge-wc


Languages

Language:Python 100.0%