A tool designed to identify unused code.
Install with pip
pip install true-detectorRun the script
true-detectorClone repository
git clone https://github.com/BigBlackWolf/true-detector.git
cd true-detectorCreate virtual environment and install dependancies
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txtRun the command against needed directory
python src/true_detector/main.py