Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nategphillips/pywc
Implementing the wc tool in Python.
https://github.com/nategphillips/pywc
cli python unix-command
Last synced: 5 days ago
JSON representation
Implementing the wc tool in Python.
- Host: GitHub
- URL: https://github.com/nategphillips/pywc
- Owner: nategphillips
- Created: 2024-06-10T19:27:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T17:06:29.000Z (7 months ago)
- Last Synced: 2024-12-24T04:18:09.663Z (17 days ago)
- Topics: cli, python, unix-command
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pywc
Implementing the wc tool in Python.
## TODO
- [ ] Handle binary files
- [ ] Read from multiple files
- [ ] Package execuatable