Skip to content

This program is a benchmark site data extraction program utilizing Python web crawling.

License

Notifications You must be signed in to change notification settings

Mineru98/AutoBench

Repository files navigation

AutoBenchMark

Version 1.1.2
이 프로그램은 벤치 마크 사이트로부터 최신 CPU, GPU,Drive 와 RAM 성능 점수와 순위를 추출 프로그램입니다.
csv, xlsx, xls 확장자로 결과를 보여줍니다.
CPU 정보는 모델 이름, 점수로 작성됩니다.
GPU 정보는 모델 이름, 점수로 작성됩니다.
RAM 정보는 모델 이름, 점수로 작성됩니다.
RAM 정보는 모델 이름, 점수로 작성됩니다.

This program is a program that extracts the latest CPU, GPU, Drive and RAM performance scores and rankings from benchmark sites.
The Output Data is saved as a csv, xlsx and xls file.
CPU information is written by model name and score.
GPU information is written by model name and score.
Drive information is written by model name and score.
RAM information is written by model name and score.

사용법(Usage)

usage: AutoBench [-h] [-v] [-f F [F ...]] [-o O [O ...]]

AutoBench 사용설명서

optional arguments:
  -h, --help    show this help message and exit
  -v            버전 확인
  -f F [F ...]  포맷 형식 지정. (단, 하나만 선택 가능. 기본 xlsx)
  -o O [O ...]  추출물 지정(기본 전부)
usage: AutoBench [-h] [-v] [-f F [F ...]] [-o O [O ...]]

AutoBench Usage

optional arguments:
  -h, --help    show this help message and exit
  -v            check version
  -f F [F ...]  select file format. (only one. default xlsx)
  -o O [O ...]  select export(default all of)

사용 예시(example from windws)

1) AutoBench.exe
2) AutoBench.exe -f csv
3) AutoBench.exe -f xls -o cpu
4) AutoBench.exe -o drive cpu ram

사용 예시(example from linux)

0) chmod +x AutoBench
1) AutoBench
2) AutoBench -f csv
3) AutoBench -f xls -o cpu
4) AutoBench -o drive cpu ram

빌드 방법(How To Build)

PyInstaller

pip install pytinstaller
pyinstaller -D -F -n AutoBench.v1.1.2_ -i icon.ico AutoBench.py

개발 환경(Development Environment)

  • Python 3.7.6
  • PyInstaller 3.5
  • openpyxl 2.6.4
  • lxml 4.4.2
  • requests 2.22.0
  • beautifulsoup4 4.8.2

원본 사이트(Source Site)

CPU Benchmark Site
GPU Benchmark Site
Drive Benchmark Site
RAM Benchmark Site

About

This program is a benchmark site data extraction program utilizing Python web crawling.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages