Skip to content

itsN1X/8644_infty_die

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

itsN1X/8644_infty_die

Python implementation of X_infty_die. Written by itsN1X.

Installation

  • Make sure you have Python installed on your system.
  • Next, make sure you have a copy of this repository.
    • If you use git VCS:
      • git clone https://github.com/itsN1X/8621_infty_die.git
    • Downloading using browser:
      • Download .zip file.
      • ALSO: Check out the pre-release versions and previous revisons from the Releases page.
    • Copy and paste from the raw source code.

Running / Launching

  • Move into the directory containing this codebase.
  • Run the following command:
    • python g.py
      Note: You can specify your version of Python by replacing the X in the following:
  • pythonX g.py

Using the utilities

  • Start your python instance in the Folder/Directory with this codebase.
  • Import everything(*) from this codebase:
    • from g import *
    • Optionally, Move into the directory directly.
      • from path/to/g import *

Fun(s):

Left for the user as an exercise. See the raw code.

Tested / Compatibility

  • Python 2.0
  • Python 2.2
  • Python 2.7
  • Python 3.0
  • Python 3.6

© itsN1X