Skip to content

Proyecto para análisis de exámenes psicológicos

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.rtf
Notifications You must be signed in to change notification settings

IgnaciodelaTorreArias/psychoanalyst

Repository files navigation

LOGO

Psychoanalyst

Maintenance


Proyecto para análisis de exámenes psicológicos.


Tech Stack

Python SQLite Pandas NumPy Matplotlib DearPyGUI

Building

Poetry PowerShell

Installing

Cross-platform

python -m pip install psychoanalyst

Requieres python preinstaled

Windows

Go to Releases and download/run the psychoanalyst.msi file.

How to launch

Cross-platform

python -m psychoanalyst or psychoanalyst

Windows

Shortcuts are automatically created by the msi.

How to build

Cross-platform

For cross-platform releases/builds use a *.whl file, so that you can install it by using:

python -m pip install *.whl

I recommend and use Poetry for building the *.whl file, although there is an extra step (read the pyproject.toml file).

Windows

This project is primarily designed for Windows users, who may or may not have Python installed. To facilitate the installation, the objective is to provide either a *.msi or *.exe installer.

Before building the installer

  1. Package a python interpreter:

    Download python-{version}-embed-{arch}.zip from Python.

  2. Run the build script:

    ./scripts/build.ps1 python-{version}-embed-{arch}.zip
    

Using Advance installer

To build the installer, you will use the *.aip file included in the project. Follow these steps:

  1. Install Advanced Installer (if not already installed).

  2. Configure project:

    • Launch Advanced Installer.

    • Open the .aip file provided in the project directory.

    • Configure the installer as needed.

  3. Build:

    • Click on the “Build” button in Advanced Installer.

About

Proyecto para análisis de exámenes psicológicos

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.rtf

Stars

Watchers

Forks

Packages

No packages published