Home:
/
:discord://-/
- friends:
discord://-/channels/@me/
- nitro:
discord://-/store
- shop:
discord://-/shop
- message requests:
discord://-/message-requests
- family centre:
discord://-/family-center
package com.tb24.fn.network; | |
import com.google.gson.JsonObject; | |
import com.tb24.fn.model.DeviceAuth; | |
import com.tb24.fn.model.ExchangeResponse; | |
import com.tb24.fn.model.ExternalAuth; | |
import com.tb24.fn.model.GameProfile; | |
import com.tb24.fn.model.LoginResponse; | |
import com.tb24.fn.model.QueryExternalIdMappingsByIdPayload; | |
import com.tb24.fn.model.VerifyResponse; |
package com.tb24.fn.network; | |
import com.google.gson.JsonObject; | |
import com.tb24.fn.model.account.*; | |
import retrofit2.Call; | |
import retrofit2.http.*; | |
import java.util.List; | |
import java.util.Map; |
-- | |
-- Created by: v1c77 | |
-- Created on: 2018/7/21 | |
-- | |
-- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
-- Version 2, December 2004 | |
-- Copyright (C) 2020 v1c77 | |
-- Everyone is permitted to copy and distribute verbatim or modified |
"""Batch convert images to greyscale [by Thomas Antony]. | |
Install dependencies: | |
pip install pillow docopt | |
Note: If you do not provide an output path, the generated files will be saved | |
in a folder named "Converted" | |
Usage: | |
greyscale.py <in_path> [<out_path>] |