/GLM

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Game Library Manager

A simple CLI based Game Library Management tool to create a database for games. It can perform the following

  • View the added entries in the library
  • Add new entries
  • Delete a record
  • Update a record
  • Search for a record

Installation

Method 1(easier):

  • Grab a binary from releases and run it.

Method 2(Get the latest Version):

  • Make sure python is installed on your PC.

  • On windows:

    • Clone the repository(download ZIP).
    • Unzip to a suitable location.
    • Double click main.py.
  • On Linux:

    • Open terminal and run

      git clone https://github.com/abhitrueprogrammer/GLM.git
      cd GLM
      python main.py