Adding requirements.txt and Description to Readme

This commit is contained in:
2022-05-29 16:50:31 +02:00
parent 127dcd2cd7
commit 5c2b6a7386
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -1 +1,15 @@
# Gutenberg-Wrapper
## Requirements:
- Python 3
'''console
pip3 install -r requirements.txt
'''
## Usage:
1. Paste Links from the Gutenberg Library in the Links.txt File
2. Run the Script
3. The downloaded files are in the Downloads Directory
+1
View File
@@ -0,0 +1 @@
selenium==4.1.3