Skip to content

A CLI Tool to quickly see minimum required specs of your favourite game

License

Notifications You must be signed in to change notification settings

ShaaradNJ/Can-I-Run-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can-I-Run-It

This project is a command-line tool written in Go that scrapes the minimum system requirements for a specific video game using the Colly web scraping library.

Features

  • Scrapes system requirements including:
    • Minimum CPU
    • Minimum RAM
    • Minimum Video Card
    • Dedicated Video RAM
    • Disk Space
    • Operating System (OS)
  • Fast and lightweight
  • Simple command-line interface for easy usage

Installation

Prerequisite: Make sure Go is installed on your machine. You can download it from here.

  1. Clone the repository:

    git clone https://github.com/shaaradnj/Can-I-Run-It.git
  2. Install dependencies:

     go mod tidy
  3. Run the project:

     go run .

About

A CLI Tool to quickly see minimum required specs of your favourite game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages