Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.09 KB

File metadata and controls

58 lines (38 loc) · 1.09 KB

LabelMaker

Installation

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 -V

or

python -V

You 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 -V

If 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/LabelMaker

open the folder that was created and run

pip install -r requirements.txt

Wait for all the needed packages to be installed and you are ready to use the tool

Usage

Open a cmd on the cloned folder and run

py main.py

A 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!