pyBegin / projects / advisor
🔌

Random Advisor

A small Tkinter desktop app that fetches a random piece of advice from the Advice Slip API and shows it in a window. Click Get Advice for a new one.

39 lines🖥 Desktop only

Random Advisor

A small Tkinter desktop app that fetches a random piece of advice from the Advice Slip API and shows it in a window. Click Get Advice for a new one.

How to run

pip install requests
python advisor.py

Dependencies

Pyodide-runnable

No. It uses a Tkinter window and a live HTTP request, neither of which works in the in-browser Pyodide playground.