소스 검색

Installation change

master
madiwka3 4 년 전
부모
커밋
53fd54b269
2개의 변경된 파일18개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      dependencies.sh
  2. +16
    -1
      readme.md

+ 2
- 0
dependencies.sh 파일 보기

@@ -0,0 +1,2 @@
pip3 install tkinter
pip3 install bs4

+ 16
- 1
readme.md 파일 보기

@@ -1,4 +1,19 @@
#Hi, welcome to Verge Scrapper. A tool used for scraping the Verge's website for news and translating them into russian language.
# Verge Scrapper

This software can be used to access news websites, grap their articles, and translate them into Russian automatically!

# Installation

You need to install python3 and pip3 in order for the software to work.

After that, please install the dependencies with:

```shell
chmod +x dependencies.sh
./dependencies.sh
```

# Usage


To use the tool, just launch the .pyw executable with python3.


불러오는 중...
취소
저장