Source code for implementing a sentiment analyzer.
Extended capabilities:
- you can create your own formatter to custom command line print format, like color or font type.
- you can create your own analyzer, which means the object that retrieves the polarity (value from -1 to 1).
- ranges and color palette is 100% editable by user.
Challenge: create your own analyzer object to get polarity using an LLM, as ChatGPT or Gemini.😎