An open API service indexing awesome lists of open source software.

https://github.com/miclat97/quickviewfile

Windows desktop application in .NET 10 (WPF) to quickly open any filetype - with built-in file explorer as well. App can open and play videos, music, open, zoom or scale images as well. Program can also open any text document or any other file and read it as text (ASCII characters)
https://github.com/miclat97/quickviewfile

directory-tree explorer file-opener files image-viewer text-reader video-player

Last synced: 3 months ago
JSON representation

Windows desktop application in .NET 10 (WPF) to quickly open any filetype - with built-in file explorer as well. App can open and play videos, music, open, zoom or scale images as well. Program can also open any text document or any other file and read it as text (ASCII characters)

Awesome Lists containing this project

README

          

# QuickViewFile

![icon](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/qvf.png)

Windows desktop application in .NET 10 (WPF) to quickly open any filetype - with built-in file explorer as well. App can open and play videos, music, open, zoom or scale images as well. Program can also open any text document or any other file and read it as text (ASCII characters)

> [!NOTE]
> Application respects both Windows theme (dark/light mode) and accent color

## Screenshots:

Dark Windows theme (with yellow accent color)

### Video player with zooming
![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/video_darkmode_quickviewfile.png)

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/video_zoom_darkmode_quickviewfile.png)

### Photo viewer with zooming
![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/photo_darkmode_quickviewfile.png)

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/photo_zoom_darkmode_quickviewfile.png)

### Text reader with changing font size

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/text_big_darkmode_quickviewfile.png)

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/text_small_darkmode_quickviewfile.png)

Light Windows theme (with standard blue and yellow accent color)

### Video player (yellow accent color)

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/video_lightmode_quickviewfile.png)

### Photo viewer with zooming (blue accent color)

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/photo_lightmode_quickviewfile.png)

### Text reader (blue accent color)

![screenshot](https://raw.githubusercontent.com/miclat97/QuickViewFile/refs/heads/master/QuickViewFile/Screenshots/text_normal_lightmode_quickviewfile.png)