Skip to content

This app/script was designed to be a quick card reference for people that are still learning the cards You will need a physical deck to play, this is just to help analyze the cards drawn and give a little insightful information about that card and its position.

Notifications You must be signed in to change notification settings

noarche/TarotCardReference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TarotCardReferenceScreenshot

꧁꧂ 🔮 TarotCardReference

This app/script was designed to be a quick card reference for people that are still learning the cards You will need a physical deck to play, this is just to help analyze the cards drawn and give a little insightful information about that card and its position.


꧁꧂ 🪄 How & Why to Use

To asssist people that do not know what the cards mean.

You will need you own physical deck to play, this is not a digital game.

After you draw your cards you can use this app to quickly gain insightful information about what each card means and its current position.

Upright, Reversed, Love, Career, Finance card meanings included.

This uses the full traditional deck.

Currently limited to the following card counts:

1 Card, 3 Card, 5 Card


꧁꧂ 🌐 Download

Look for TarotCardReference.exe above and click it to start download. Version of file will be diff. depending on how many new updates since this was written.

The .exe file is the only file you need to run this application as a user.

(The other files are the source files used to create the .exe)


Support

🛡️ Is this a virus❔

No it is not a virus, that is a false positive. Anything compiled with pyinstaller will be flagged as potentially malicious. Pyinstaller is what turns the .py file into a .exe file and allows people to run python scripts as portable applications without the need to install python or any dependancies.

Please scan the actual source, the file that ends with '.py' - It will with no doubt be 100% clean on virustotal. That being said I have provided instructions on how to build your own exe from the file you know is clean.

🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻

🛡️ Tip for all questionable applications:

Running the application via Sandboxie or similar app will virutalize and protect your OS as if it was running on a virtual machine - Sandboxie can be used with any application or installation package thus another great tool to have.

🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺

꧁꧂ ✨ How to run on linux❔

You are also able to run the app this way on windows by installing python on windows.

Clone this repo with git

git clone https://github.com/noarche/tarotcardreference

Change to the directory containing the Python script

cd \TarotCardReference\source\

Run the Python script (version may be diff)

python TarotCardReference.py

꧁꧂ ✨ How to Compile your own .exe file❔

You are able to build your own exe file from the source on a windows and linux machine. Follow the steps below, assuming you have already installed pip

Clone this repo with git

git clone https://github.com/noarche/TarotCardReference

Change to the directory containing the Python script

cd \TarotCardReference\source\

Run the following command to use pyinstaller to build an executable from the souce. Verify your version # in command matchs the version in source dir.

 pyinstaller --onefile --add-data "parts/*;parts" TarotCardReference.py

Pyinstaller will created a couple of directories and files.

The .exe you want is located in \source\dist\TarotCardReference.exe

꧁꧂ Buy me a coffee ☕

qrCode

Bitcoin address bc1qnpjpacyl9sff6r4kfmn7c227ty9g50suhr0y9j

Ethereum address 0x94FcBab18E4c0b2FAf5050c0c11E056893134266

Litecoin address ltc1qu7ze2hlnkh440k37nrm4nhpv2dre7fl8xu0egx


noarche's GitHub stats

About

This app/script was designed to be a quick card reference for people that are still learning the cards You will need a physical deck to play, this is just to help analyze the cards drawn and give a little insightful information about that card and its position.

Topics

Resources

Stars

Watchers

Forks

Languages