# T7xWD - A Feature-rich GUI Steam Workshop downloader for [Call of Duty®: Black Ops III](https://store.steampowered.com/app/311210/Call_of_Duty_Black_Ops_III/) built using CustomTkinter
## Usage: - Run [T7xWD.exe](https://github.com/faroukbmiled/T7xWD/releases/latest/download/Release.zip) ([VirusTotal Scan](https://www.virustotal.com/gui/file/5ca1367a82893a1f412b59a52431e9ac4219a67a50c294ee86a7d41473826b14/detection)) - [Optional] Run as script:```python T7xwd_package\T7xwd.py``` ## Features: - Improved download stability - Auto installs mods and maps - Queue -> download items in queue - Library tab -> lists your downloaded items - Item updater -> checks your items for updates - Workshop Transfer -> copy/move items from the workshop folder into the game directory - Custom Themes ## Notes: - Steamcmd will be downloaded if it is not installed
- Initializing SteamCMD for the first time could take some time depending on your internet speed
#### Mouse Bindings: Library Tab: * Mouse1 -> copy id * Ctrl + Mouse1 -> append to clipboard * Mouse2 (scroll wheel button) -> open item path in file explorer * Mouse3 (Right click) -> copy path ## Building from Source: - ```pip install -r requirements.txt``` -> use my modified [CTkToolTip](./CTkToolTip) and [CTkListbox](./CTkListbox) - ```python build.py```