This page outlines the design considerations for Tarkov Price Checker, including standard use case. MVP (Minimum viable product), and future features.
These are the steps of the simplified outline of how the program will work
- User is playing Tarkov
- User enters a hotkey on their keyboard
- User is informed of how much the item is worth
The bare minimum functionality are as follows:
- Pre-defined hotkey
- Program checks an offline DB
- DB contains trader or fleamarket prices
- AHK. Can be used to scan the screen for either text or an image
- SQLLite for DB. Python has sqllite library