add CLI animation context manager and later decorator #4

Closed
opened 2025-10-29 15:15:52 +00:00 by foefl · 3 comments
Owner

allow for easy implementation of a terminal loading animation while an action is performed

requirements:

  • use context manager
  • implement decorator later
  • use:
    • loading animation
    • text during procedure
    • finalising text (success message)
allow for easy implementation of a terminal loading animation while an action is performed requirements: - use context manager - implement decorator later - use: - loading animation - text during procedure - finalising text (success message)
foefl added the
enhancement
label 2025-10-29 15:15:52 +00:00
foefl self-assigned this 2025-10-29 15:15:52 +00:00
foefl added this to the To-Do project 2025-10-29 15:16:20 +00:00
foefl closed this issue 2025-11-10 15:30:20 +00:00
Author
Owner

Does not work properly in terminals

Does not work properly in terminals
foefl reopened this issue 2025-11-10 15:43:32 +00:00
foefl moved this to To Do in To-Do on 2025-11-10 15:43:41 +00:00
Author
Owner
  • Does not work if the underlying operation is heavily CPU-bound because the GIL is not released.
  • Even libs like rich did not perform better.
  • Made animation class more robust for different environments (see: 18e0a8ecea)
- Does not work if the underlying operation is heavily CPU-bound because the GIL is not released. - Even libs like `rich` did not perform better. - Made animation class more robust for different environments (see: 18e0a8ecea)
foefl moved this to In Progress in To-Do on 2025-11-11 08:35:54 +00:00
Author
Owner

basic functionality now implemented, might be extended in the future

basic functionality now implemented, might be extended in the future
foefl closed this issue 2025-11-11 09:12:41 +00:00
foefl moved this to Done in To-Do on 2025-11-11 09:12:47 +00:00
Sign in to join this conversation.
No description provided.