Giter VIP home page Giter VIP logo

gamequalityassessment's Introduction

GameQualityAssessment

The code_pac folder contains python 3 code files, including executables to launch graphical user interfaces that allow data viewing.

Installation Process

In order to run the program, one need to follow the steps below:

  • Clone the repository
git clone https://github.com/FilipeMSoares/GameQualityAssessment.git
  • Create the virtual environment
python -m venv GameQualityAssessment
  • Activate the virtual environment
GameQualityAssessment\Scripts\activate

or

GameQualityAssessment/Scripts/activate
  • Copy and paste this code on a empty python script and run it:
import subprocess
import sys

#installing requests
subprocess.check_call([sys.executable,"-m","pip","install","chardet"])
subprocess.check_call([sys.executable,"-m","pip","install","idna"])
subprocess.check_call([sys.executable,"-m","pip","install","urllib3"])
subprocess.check_call([sys.executable,"-m","pip","install","certifi"])
subprocess.check_call([sys.executable,"-m","pip","install","requests"])

#installing openpyxl
subprocess.check_call([sys.executable,"-m","pip","install","et-xmlfile"])
subprocess.check_call([sys.executable,"-m","pip","install","jdcal"])
subprocess.check_call([sys.executable,"-m","pip","install","openpyxl"])

#installing beautifulsoup4
subprocess.check_call([sys.executable,"-m","pip","install","soupsieve"])
subprocess.check_call([sys.executable,"-m","pip","install","beautifulsoup4"])

#installing numpy
subprocess.check_call([sys.executable,"-m","pip","install","numpy"])

#installing scipy
subprocess.check_call([sys.executable,"-m","pip","install","scipy"])

#installing matplotlib
subprocess.check_call([sys.executable,"-m","pip","install","pyparsing"])
subprocess.check_call([sys.executable,"-m","pip","install","kiwisolver"])
subprocess.check_call([sys.executable,"-m","pip","install","six"])
subprocess.check_call([sys.executable,"-m","pip","install","cycler"])
subprocess.check_call([sys.executable,"-m","pip","install","python-dateutil"])
subprocess.check_call([sys.executable,"-m","pip","install","matplotlib"])

#installing python3-vote-core
subprocess.check_call([sys.executable,"-m","pip","install","python-graph-core"])
subprocess.check_call([sys.executable,"-m","pip","install","python3-vote-core"])

#installing psycopg2
subprocess.check_call([sys.executable,"-m","pip","install","psycopg2"])

#installing xlrd
subprocess.check_call([sys.executable,"-m","pip","install","xlrd"])

#installing wxPython
subprocess.check_call([sys.executable,"-m","pip","install","pillow"])
subprocess.check_call([sys.executable,"-m","pip","install","wxPython"])
  • Create a empty python file called setup.py and put this code on it:
import setuptools as st

st.setup(name="game_qa",version="0.2",packages=st.find_packages())
  • Execute this command so python files on subdirectories can see the root directory
pip install -e .

gamequalityassessment's People

Contributors

eduardomangeli avatar filipemsoares avatar augustovanderley avatar xexeo avatar

Stargazers

 avatar

Watchers

James Cloos 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.