CheapChocolate is an simple imap client to receive you daily email.
You can install directly in your pip:
pip install cheapchocolateI recomend to use the uv, so you can just use the command bellow and everything is installed:
uv add cheapchocolate
uv run cheapchocolate --versionBut you can use everything as a tool, for example:
uvx cheapchocolate --versionSet up your information in the .env file for your imap server, your user and password.
cheapchocolate startYou can run
cheapchocolate start, and it will create the file for you.
This package is distributed under the MIT license.