Git Product home page Git Product logo

aaf-viewer's Introduction

SG Viewer

SG Viewer is a Python-based tool that allows users to view and interact with the ShotGrid Python Api.

Prerequisites

Getting Started

Follow these steps to set up and run the SG Viewer project on your local machine:

  1. Clone the repository Clone the repository from GitHub to your local machine:
git clone https://github.com/rosborne132/sg-viewer.git
cd sg-viewer
  1. Set up the virtual environment Create and activate a virtual environment:

For Windows:

python3 -m venv venv
venv\Scripts\activate

For macOS and Linux:

python3 -m venv venv
source venv/bin/activate
  1. Install dependencies Install the required dependencies using pip:
pip install -r requirements.txt
  1. Run the application Execute the main.py script to start the SG Viewer:
python3 main.py
  1. Deactivate the virtual environment When you're done working on the project, deactivate the virtual environment:
deactivate

Contributing

We welcome contributions to the SG Viewer project! Please follow these steps to contribute:

  • Fork the repository on GitHub.
  • Clone your fork to your local machine and follow the "Getting Started" steps above to set up the development environment.
  • Create a new branch for your feature or bugfix (git checkout -b my-feature-branch).
  • Make your changes and commit them to your feature branch.
  • Push your changes to your fork on GitHub (git push origin my-feature-branch).
  • Open a pull request on the original repository to propose your changes.

aaf-viewer's People

Contributors

rosborne132 avatar

Watchers

 avatar

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.