Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Promptvision

Promptvision is a powerful and user-friendly image viewer application built with Python and customtkinter. It provides an intuitive interface for browsing, organizing, and managing your image collections.
Expand All @@ -17,7 +19,7 @@ Promptvision is a powerful and user-friendly image viewer application built with

1. Clone the repository:
```
git clone https://github.com/yourusername/promptvision.git
git clone https://github.com/Automaticism/Promptvision.git
cd promptvision
```

Expand All @@ -28,6 +30,7 @@ Promptvision is a powerful and user-friendly image viewer application built with
```



3. For Linux users, install tkinter:

On Ubuntu or Debian-based systems:
Expand Down