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.
Clone the repository:
git clone https://github.com/yourusername/promptvision.git
cd promptvision
Install the required dependencies:
pip install -r requirements.txt
For Linux users, install tkinter:
On Ubuntu or Debian-based systems:
sudo apt-get install python3-tk
On Fedora or Red Hat-based systems:
sudo dnf install python3-tkinter
On Arch Linux:
sudo pacman -S tk
To run Promptvision, execute the following command in the project directory:
python promptvision.py
(WSL2 on Windows 10)
Customize your Promptvision experience with the settings panel:
(WSL2 on Windows 10)
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.