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
- Host: GitHub
- URL: https://github.com/programerr01/automation-with-python
- Owner: programerr01
- Created: 2020-03-25T08:08:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T07:14:05.000Z (about 6 years ago)
- Last Synced: 2025-02-11T11:52:10.937Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.