Skip to content

iDkGK/LostArkFleaMarketScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost Ark Flea Market Scanner (LAFMS)

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.

Developing Requirements

Python 3.12
Visual Studio Code

Project Structure

data/
  images/
  default-config.ini
  lafms.ico
.gitignore
lafms.code-workspace
main.py
readme.md
requirements.txt

Building Steps

  1. Open lafms.code-workspace with Visual Studio Code
  2. Start a new Terminal and execute python -m venv venv
  3. Change the default Python Interpreter to the one in venv
  4. Start a Terminal, execute python -m pip install -Ur requirements.txt
  5. Click Terminal -> Run Build Task... -> build: debug

About

A scanning tool for Lost Ark flea market item prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published