Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 706 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 706 Bytes
logo

ez-language-detector

coding_style

A Python application to detect language type

Environment

  • Python 3.9
  • Windows 10

Install

python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt

Use pip install -r requirements-dev.txt for development.

Credits