Updated README

This commit is contained in:
2015-10-20 14:56:03 +01:00
parent 1c9c4867a9
commit eddaff4b96
+5 -2
View File
@@ -1,4 +1,7 @@
### SPFileOps
# SPFileOps
File ops is a module containing a selection of file related operations that I commonly use when developing Python applications
File ops is a module containing a selection of file related operations that I commonly use when developing Python applications.
Currently only contains a small selection of filepath related operations though this will be expanded as I develope related projects and new functions are needed.
The hope is that this will be expanded in the future to incorporate my SPPySound to produce a section of easy to use audio related operations for common audio file operations.
Stereo to mono mixdown operation is the simplest function that springs to mind...