Skip to content

Commit ef7f469

Browse files
authored
Update README with image and features list
Added an image to the README and expanded the features section.
1 parent e5cc9e1 commit ef7f469

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A small Windows-friendly GUI tool to **find and delete Python `__pycache__` fold
44

55
`__pycache__` stores compiled bytecode (`.pyc`). Deleting it should be safe: Python will recreate it when needed. The trade-off is a slightly slower first import after cleaning.
66

7+
<img width="1378" height="793" alt="PyCacheCleanerGUI" src="https://github.com/user-attachments/assets/5cdb803b-45a6-4927-b57c-fe51bf2d2d16" />
8+
79
## Features
810

911
- GUI (PyQt6 preferred, PyQt5 fallback)

0 commit comments

Comments
 (0)