Pi66

pino
Python notification daemon.
git clone https://git.pi66.xyz/pino

← back to log

Update README.md

author: Pixel2175
date: 2024-12-23 23:15
hash: d2c2215b0b8e9e3df1f9a423bacf7710739cbcaa

Diffstat:

M

README.md
7 +++++++++++++++++++++---------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
diff --git a/README.md b/README.md
index 63e6b3f..a761ad3 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,12 @@ python install.py

 Pino requires the following dependencies:
 - Python 3.6 or later
-- Libraries preinstalled in folder [`lib`](https://github.com/Pixel2175/pino/tree/main/lib/lib/python3.13/site-packages)
+- Libraries preinstalled in folder [`lib`](https://github.com/Pixel2175/pino/tree/main/lib/lib/python3.13/site-packages) :
+  - [`customtkinter`](https://customtkinter.tomschimansky.com/) A GUI Framework based on Tkinter
+  - [`PyGame.Mixer`](https://www.pygame.org/docs/ref/mixer.html#pygame.mixer.Sound) PyGame Tweaked for sound
+  - [`screeninfo`](https://pypi.org/project/screeninfo/) lightweight lib to get size and place for the monitors
 - System tools: 
-  - `python-tk` GUI Toolkit
+  - [`python-tk`](https://docs.python.org/3/library/tkinter.html) GUI Toolkit
 - Optional: Pywal for dynamic theming

 ---