Giter Site home page Giter Site logo

non-steam-game-adder's Introduction

Non-Steam Game Adder

Welcome to the Non-Steam Game Adder project! This application allows you to add your favorite non-Steam games to your Steam library, making it easier to launch and manage all your games from one place.

Table of Contents

Features

  • Add non-Steam games to your Steam library
  • Automatically extract and set game icons
  • Save and load user configurations
  • Simple and user-friendly interface

Prerequisites

Before you can run this application, you'll need to have the following installed on your computer:

  1. Python: You can download and install Python from python.org.
  2. pip: Python's package installer, which is included with Python installations.

Installation

  1. Clone the Repository (Requires Git to be installed on the machine, but recommended): Clone the repository from GitHub.

    git clone https://github.com/BAXTOR95/non-steam-game-adder.git
    cd non-steam-game-adder
  2. Download the Repository (Optional): You can download the latest stable release (version 1.0) from the Releases page.

    1. Download the Source Code:

      • Go to the Releases page.
      • Download the Source code (zip) or Source code (tar.gz) for version 1.0.
    2. Extract the Archive:

      • Extract the downloaded zip or tar.gz file to a directory on your computer (ex. non-steam-game-adder).
    3. Open a terminal and navigate to the extracted directory

      cd non-steam-game-adder
  3. Set up a Python Virtual Environment (Optional but recommended)

    python -m venv .venv
    source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
  4. Install Required Packages: Use pip to install the necessary packages.

    pip install -r requirements.txt

Configuration

  1. Get a Steam API Key:

    • Visit the Steam API key registration page.
    • Log in with your Steam account.
    • Follow the instructions to register a domain (you can use localhost if you're not sure).
    • Copy the API key provided.
  2. Create a .env File:

    • In the root directory of the project, create a file named .env.

    • Add your Steam API key to the file:

      STEAM_API_KEY=your_api_key_here
      

Running the Application

  1. Launch the Application:

    python main.py

    This will start the Non-Steam Game Adder application.

Usage

  1. Add a Game:

    • Open the application.
    • Enter the game name and your Steam username.
    • Browse and select the game directory.
    • Browse and select the executable file for the game.
    • (Optional) The application will try to extract the game icon. If it fails, you can manually set an icon path.
    • Click "Add Game".
  2. Manual App ID:

    • If the application can't find the app ID for your game, it will open a browser window with SteamDB.
    • Find the app ID on SteamDB and enter it in the application when prompted.

Troubleshooting

  • Steam is Running: If Steam is running, the application will prompt you to close it. Make sure to close Steam manually if the application fails to do so.
  • Configuration Issues: If the application fails to load or save configurations, check the config.json file in the project directory for errors.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

non-steam-game-adder's People

Contributors

baxtor95 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ekinertac

non-steam-game-adder's Issues

Err No 2 no such file or directory

When I click on: "add game" a pop-up window appears with the following message: "[Errno 2] No such file or directory: shortcuts.vdf".

In the command console you can read the message: "Shortcuts file for user 0 not found, creating a new one."

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.