/MyAnimeManager3

Version 3 d'un gestionnaire d'Animés / de Séries codé en Python et PyQt.

Primary LanguagePython

MyAnimeManager 3

La continuation de MyAnimeManager1 et MyAnimeManager2.

Le projet en version 3 à été commencé en 2018.

Dépendances

  • python3
  • python-qt6
  • peewee

Lancement simple sans installation

Après avoir cloné le dépot: on peut lancer la commande suivant pour disposer de thêmes supplémentaires. Elle n'est pas obligatoire:

git submodule update --init

Installer les dépendances suivantes:

  • python
  • python-qt6
  • python-peewee
python3 src/MyAnimeManager3.py

Compilation & Installation

Archlinux / Manjaro

make archlinux-build
make archlinux-install

Fedora

make fedora-build
make fedora-install

Windows

Installer: git, nsis, Python3, PyInstaller (pip install pyinstaller) Ensuite: pip install -r requirements.txt

Depuis la racine du projet: .\packaging\windows\build.bat