Skip to content

Fetches general system information, BIOS and motherboard serial numbers, MAC addresses, and drive serial numbers for Windows

License

Notifications You must be signed in to change notification settings

yourpov/SerialChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Mini Serial Checker

GitHub license

Features

  • Fetches general system information.
  • Fetches BIOS and motherboard serials.
  • Fetches MAC addresses.

Source Features

  • Customize with preset gradient themes or make your own.
  • Rebrandable

Getting Started

Prerequisites

  • Windows (Currently available for Windows only)

Installation

Go to the Releases section of this repository.

Usage

  • Run the Serial Checker.
  • Pressing option 1 shows the information.
  • Pressing option 2 exports the information to a file called serials.txt.
  • Pressing option 3 shows credits.
  • Pressing option 4 closes the application.

License

Licensed under the MIT License - see the LICENSE.

Customize Your Gradient Theme (Sorce Code Users Only)

Gradient Themes utils/gradiant.go

The gradient themes allow you to customize the colors you see. You can create your own themes or use the existing presets.

To create a new preset, head to utils/gradiant.go and add a new list of colors with a name like this:

Nostalgia = []string{"8611ec", "1ede8e", "5744f0"}

Note: It uses hex colors, so use a site like this to get a hex color (#).

Adding this to the list creates a new preset called Nostalgia with purple and green colors. To use this new preset, go to Checker.go and replace utils.Candy with utils.Nostalgia if you want to use a different preset.

Credits / Contact

About

Fetches general system information, BIOS and motherboard serial numbers, MAC addresses, and drive serial numbers for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published