mirror of
https://github.com/anirbanmu/Hexchat-Plugins.git
synced 2026-04-19 09:30:07 +00:00
Hexchat plugins tested with Python 2.7.10
- Python 100%
| .gitignore | ||
| np_fb2k.py | ||
| np_spotify.py | ||
| README.md | ||
| system_info.py | ||
Hexchat-Plugins
Hexchat plugins tested with Python 2.7.10 & HexChat 2.12.1.
PySysInfo (system_info.py)
- Command:
/systeminfo - Dependencies:
- Windows.
- Python libraries:
pip install psutil - External: OpenHardwareMonitor is used to get temperature & clock frequency data (via its WMI interface). Please make sure OpenHardwareMonitor is running before invoking the plugin. I recommend setting OpenHardwareMonitor to automatically start up with Windows.
wmicis used instead of the WMI python libraries on pypi because HexChat seems to have some issue when they are used & it causes HexChat to hang.
Now playing for Spotify (np_spotify.py)
- Command:
/spotify - Dependencies:
- Windows
- Python libraries: ctypes, spotipy
Now playing for foobar2000 (np_fb2k.py)
- Command:
/foobar - Dependencies:
- Windows
- Python libraries: ctypes