Skip to content
Pak Cyberbot edited this page Jan 3, 2024 · 6 revisions

This will conveniently provide access to images, icons, and UI elements for the development of CSI tools.

Usage Example

from csilibs.assets import images
print(images.CSILINUX_BLACK)

This will print the location of the CSI Linux black-colored logo that comes with the pip package library.

Resources

images

Name Preview
CSI_BLACK
CSI_WHITE
CSI_ONION
CSI_ONION_TOR
CSILINUX_BLACK
CSILINUX_WHITE

Same preview for icons

icons

  • CSI_BLACK
  • CSI_WHITE
  • CSI_ONION
  • CSI_ONION_TOR
  • CSILINUX_BLACK
  • CSILINUX_WHITE

ui

Name Preview
PAGE
SITE
LAPTOP
FILE_DOCX
FILE_ODT

More resources will be added over time.

Clone this wiki locally