This project targets at building a scanning tool, which automatically collects item prices from Lost Ark flea market manually or periodically.
This project is based on Python 3.12, and the target executable is generated by pyinstaller.
Python 3.12
Visual Studio Code
data/
images/
default-config.ini
lafms.ico
.gitignore
lafms.code-workspace
main.py
readme.md
requirements.txt
- Open lafms.code-workspace with Visual Studio Code
- Start a new Terminal and execute
python -m venv venv
- Change the default Python Interpreter to the one in venv
- Start a Terminal, execute
python -m pip install -Ur requirements.txt
- Click Terminal -> Run Build Task... -> build: debug