konarocorp/kokomo — reverse-engineered prompt

Reverse engineered prompt

Build me a simple Linux terminal app in Python called Kokomo that shows CPU temperature and CPU load live in a full screen text UI. I want a monitor mode that lists every logical CPU with its temperature, load percent, and min, current, and max frequency, plus a visual bar so it is easy to scan. Also show an overall histogram style view, a smoothed average temperature from the last few seconds, total CPU load, and the minimum, current, and maximum overall temperature since launch.

I also want an optional stress mode that is only enabled with a startup flag, so it does not start by accident. In that mode, pressing space should start and stop a stress test. Add keyboard controls for scrolling if there are lots of CPUs, changing the sort field with left and right, reversing sort with R, and quitting with Q or Escape. Include a Fahrenheit option and a help screen. Keep it lightweight and runnable on modern Linux with Python 3.13+. Look up current Linux docs if you need to.

Want more depth? Deep Reverse