Tagged Questions
0
votes
1answer
500 views
Create Automator Service With a Python Script?
I'm trying to create an Automator Service that will act on selected text, converting dashes to spaces, and also making word caps for all the text.
A friend gave me this python script (I know nothing ...
1
vote
1answer
293 views
Using select.kqueue() to tell when file is modified in python?
How can I use select.kqueue() to find out when a file in a folder has been modified?