opnchaudhary / extractAndDownload

just for codenameA6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To extract the files names and print it to the standard output you can just  use:
python extractor.py file.txt
and to write it to a file you can redirect it to a  file as:
python extractor.py file.txt > fileNameContainingFile.txt
also direct download can be achieved using:
python extractAndDownload.py file.txt

About

just for codenameA6


Languages

Language:Python 100.0%