https://github.com/mjlee111/similaritypy
https://github.com/mjlee111/similaritypy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjlee111/similaritypy
- Owner: mjlee111
- Created: 2023-10-29T20:46:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-21T02:01:53.000Z (10 months ago)
- Last Synced: 2024-12-28T19:45:22.450Z (5 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Similarity Tester Python
## Installation
```shell
$ git clone https://github.com/mjlee111/SimilarityPy.git
$ cd SimilarityPy
$ pip install -r requirements.txt
```## How To Use
### Txt file Test
```shell
$ cd SimilarityPy
$ mkdir files # Put your test files here
$ cd scripts
$ python3 txt.py
```
### Pdf file Test
```shell
$ cd SimilarityPy
$ mkdir files # Put your test files here
$ cd scripts
$ python3 pdf.py
```
### PyQt5 GUI Pdf Test
File select available with GUI
```shell
$ cd SimilarityPy
$ cd scripts
$ python3 qt.py
```