Applications to help track offers and simulate best buy options from DCS shop
# DCS eShop Pricer
Manage your DCS wishlist: watch prices, simulate best buy options
## Features
- GUI interface
- CLI interface
- Filtering capabilities:
- owned, watched and selected (for simulations)
- by name, by flag (see above) or by requirements
- Load all products from DCS shop or reload only some of them, based on filters defined as above
- Log into your account (uses TLS) and use OTP validation code if enabled, to see offers available to your user
- Shows item's current price, min price and date, and total price (including non-owned requirements)
- Simulation does not use duplicate prices
- Save and load items database
- GUI application shows details about each item, including image
## Installation
```
pip install dcs_eshop_pricer-0.1.0-py3-none-any.whl
```
## How to run
1. GUI application
```
dcscli
```
2. CLI application
```
dcsui
```
## License
This project is licensed under the GPL-3.0 License.
08-03-2025:
New features: load products asynchronous, display progress, cancel loading. Some bug fixes