Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

jogubo/oc-chessmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oc-chessmanager

Install ChessManager

Clone this repository

git clone https://github.com/jogubo/oc-chessmanager.git
cd oc-chessmanager

Create and activate python virtualenv

python -m venv .venv
source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run ChessManager

Launch this command:

python chessmanager/main.py

Then follow the instructions of the program

Flake8

View report

The report is available via an html file flake-report/index.html

Generate new flake8 report

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

About

OpenClassrooms - P4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published