This project is built on python 3.10 First install python 3.10 Python 3.10.5
You can check the version of your python installation by running
py -Vor
python -VYou should get something like
Python 3.10.x
Then check pip version and verify it is running on the correct version of python by running
pip -VIf you get something like:
pip 21.2.3 from C:\*\*\lib\site-packages\pip (python 3.10)
means you are ready for the next step!
Clone the repository to a folder by running
git clone https://github.com/Chrisake/LabelMakeropen the folder that was created and run
pip install -r requirements.txtWait for all the needed packages to be installed and you are ready to use the tool
Open a cmd on the cloned folder and run
py main.pyA browser window will open up the first time you run the tool to select the project directory you want to work with
Follow the on screen menu to do the rest of the tool's functionality
Enjoy!