Skip to content

Helper tool to find Phasmophobia ghost types easier

Notifications You must be signed in to change notification settings

Creat1v/phasmo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A small project to use while playing Phasmophobia for easier ghost type findings.

Install

Clone this repo. This was done using Python 3.9.

Usage

Available arguments:

EMF
Finger
Freeze
Writing
Box
Orb

Execute main.py

usage: main.py [-h] [evi1] [evi2] [evi3]

Shows ghost type depending on given evidences

positional arguments:
  evi1        1. Evidence
  evi2        2. Evidence
  evi3        3. Evidence

optional arguments:
  -h, --help  show this help message and exit

Example

Either pass arguments or walk through the interactive walkthrough.

Passing arguments

[~]$ python main.py EMF Writing Orb
-----------
Possible evidences: ['EMF', 'Finger', 'Freeze', 'Writing', 'Box', 'Orb']
1st Evidence: EMF
Banshee - ['EMF', 'Finger', 'Freeze']
Jinn - ['EMF', 'Box', 'Orb']
Oni - ['EMF', 'Writing', 'Box']
Phantom - ['EMF', 'Orb', 'Freeze']
Revenant - ['EMF', 'Writing', 'Finger']
Shade - ['EMF', 'Writing', 'Orb']
-----------
2nd Evidence: Writing
Oni - ['EMF', 'Writing', 'Box']
Revenant - ['EMF', 'Writing', 'Finger']
Shade - ['EMF', 'Writing', 'Orb']
-----------
3rd Evidence: Orb
Shade - ['EMF', 'Writing', 'Orb']

Interactive walkthrough

[~]$ python main.py
-----------
Possible evidences: ['EMF', 'Finger', 'Freeze', 'Writing', 'Box', 'Orb']
Enter 1. evidence:
EMF
Banshee - ['EMF', 'Finger', 'Freeze']
Jinn - ['EMF', 'Box', 'Orb']
Oni - ['EMF', 'Writing', 'Box']
Phantom - ['EMF', 'Orb', 'Freeze']
Revenant - ['EMF', 'Writing', 'Finger']
Shade - ['EMF', 'Writing', 'Orb']
-----------
Enter 2. evidence:
Writing
Oni - ['EMF', 'Writing', 'Box']
Revenant - ['EMF', 'Writing', 'Finger']
Shade - ['EMF', 'Writing', 'Orb']
-----------
Enter 3. evidence:
Orb

About

Helper tool to find Phasmophobia ghost types easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages