diff --git a/Download from cmd using python/requirements.txt b/Download from cmd using python/requirements.txt new file mode 100644 index 0000000..3cf155c --- /dev/null +++ b/Download from cmd using python/requirements.txt @@ -0,0 +1 @@ +urllib \ No newline at end of file diff --git a/Download playlist from cmd using python/requirements.txt b/Download playlist from cmd using python/requirements.txt new file mode 100644 index 0000000..1cfbed8 --- /dev/null +++ b/Download playlist from cmd using python/requirements.txt @@ -0,0 +1,9 @@ +beautifulsoup4 >=4.5.1 +colorama>=0.3.7 +argparse +requests==2.10.0 +selenium==3.4.3 +urllib +subprocess +requests +json \ No newline at end of file diff --git a/Download video from cmd using python/requirements.txt b/Download video from cmd using python/requirements.txt new file mode 100644 index 0000000..3cf155c --- /dev/null +++ b/Download video from cmd using python/requirements.txt @@ -0,0 +1 @@ +urllib \ No newline at end of file diff --git a/Execute Commands From Terminal or cmd/requirements.txt b/Execute Commands From Terminal or cmd/requirements.txt new file mode 100644 index 0000000..356ffb5 --- /dev/null +++ b/Execute Commands From Terminal or cmd/requirements.txt @@ -0,0 +1 @@ +subprocess \ No newline at end of file diff --git a/Play Youtube Playlist/requirements.txt b/Play Youtube Playlist/requirements.txt new file mode 100644 index 0000000..fb76daa --- /dev/null +++ b/Play Youtube Playlist/requirements.txt @@ -0,0 +1,13 @@ +getopt +re +requests +errno +urlparse +socket +shlex +time +select +tty +subprocess +requests +json \ No newline at end of file diff --git a/Scaaping using bs4/requirements.txt b/Scaaping using bs4/requirements.txt new file mode 100644 index 0000000..cc9a3c1 --- /dev/null +++ b/Scaaping using bs4/requirements.txt @@ -0,0 +1,2 @@ +beautifulsoup4 >=4.5.1 +requests >=2.10.0 \ No newline at end of file diff --git a/Use MongoDB in Python/requirements.txt b/Use MongoDB in Python/requirements.txt new file mode 100644 index 0000000..de4887b --- /dev/null +++ b/Use MongoDB in Python/requirements.txt @@ -0,0 +1 @@ +pymongo diff --git a/opencv/faceRecognization/requirements.txt b/opencv/faceRecognization/requirements.txt new file mode 100644 index 0000000..4e0f691 --- /dev/null +++ b/opencv/faceRecognization/requirements.txt @@ -0,0 +1 @@ +opencv-python == 3.2.0