Giter Site home page Giter Site logo

chesstournamentapp_p4's Introduction

Chess Game OffLine Software

picture_chess

Table des Matières

I. Présentation II. Initialisation du projet

I - Présentation

Chess Game OffLine Software est une application desktop développée en Python destinée à la gestion de tournois d'échecs hors ligne. Cette application permet aux organisateurs de tournois d'échecs de créer, gérer et suivre le déroulement de leurs événements en toute simplicité. Le logiciel permet à l'utilisateur de créer de tournois, d'inscrire des joueurs, de gérer les rounds, des joueurs et d'afficher les résultats. Les données sont sauvegardées au format json dans util/data/tournaments.json et util/data/players.json.

II - Initialisation du projet

Windows, MacOs, Linux

Pour installer et lancer le logiciel sous Windows, suivez ces étapes :

  1. Clonez le dépôt GitHub :
https://github.com/hericlibong/ChessTournamentApp_p4.git
  1. Naviguez dans le dossier du projet :
ChessTournamentApp_p4
  1. Installez un environnement virtuel :
python -m venv venv
  1. Activez l'environnement virtuel :
  • Sur Windows :
    venv\Scripts\activate
    
  • Sur MacOS/Linux :
    source venv/bin/activate
    
  1. Installez les dépendances :
pip install -r requirements.txt
  1. Allez dans le dossier de l'application:
ChessTournamentAPP
  1. Lancez l'application :
python main.py

III - Générer un rapport flake8

Pour générer un rapport flake8 afin de vérifier la conformité du code aux standards de codage Python, utilisez la commande suivante :

flake8 --format=html --htmldir=flake-report

Ouvrir index dans le dossier flake-report

flake8_report

IV - Options des menus

Le menu principal offre plusieurs options pour gérer le tournoi :

Menu principal et gestion tournoi

menu_principal

Gestions des Joueurs

menu_joueur

Rapports

Le menu des rapports permet d'accéder aux résultats :

rapports

chesstournamentapp_p4's People

Contributors

hericlibong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.