Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 804 Bytes

Projet 4 OpenClassrooms: Develop a software program in Python

Creating a chess tournament manager with en MVC architecture that allows creating a new tournament, resuming a tournament, and viewing registered players and tournaments.

Installation

Install project with powershell windows:

    python -m venv env
    env\Scripts\activate
    git clone https://github.com/coyote95/projet_4_oc.git
    pip install -r requirements.txt
    python main.py

Generation of flake8-html report:

flake8 --format=html --htmldir=flake8_report

User Guide

Use the numeric keypad and the 'r' and 'q' keys to navigate through the different menus:

Capture d'écran 2023-11-06 101623