An open API service indexing awesome lists of open source software.

https://github.com/programerr01/automation-with-python

automation file system with python
https://github.com/programerr01/automation-with-python

Last synced: about 1 year ago
JSON representation

automation file system with python

Awesome Lists containing this project

README

          

# Automation-with-python
automation file system with python.It will automatically stored img vids in desired location without manually to do it.

# Setup
first you need to create a new file and then go the terminal and type
nohup python3 filename.py & . it will create a background process even if you close the terminal it will still
run.

# stopping it
the way you can stop it by kill -9 process_id . The process id will be there when u first run it.