We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3760a commit 4de2ebaCopy full SHA for 4de2eba
README.md
@@ -1,6 +1,6 @@
1
# Python Personal Scripts
2
3
-Personal Python scripts and utilities.
+A collection of scripts for personal tasks and automations.
4
5
## Setup
6
@@ -20,6 +20,6 @@ make test-cov
20
21
## Structure
22
23
-- `lib/` - Shared library modules (tested with 100% coverage)
24
-- `scripts/` - Executable scripts (not tested)
25
-- `tests/` - Test files for lib/ modules
+- `lib/` - Shared library modules
+- `scripts/` - Executable scripts
+- `tests/` - Test files
0 commit comments