Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekowabo/nanolook
Photo viewer with as little code as possible in C#(not sure). btw my first repo on github
https://github.com/nekowabo/nanolook
csharp small-project windows windows-forms winforms
Last synced: 3 months ago
JSON representation
Photo viewer with as little code as possible in C#(not sure). btw my first repo on github
- Host: GitHub
- URL: https://github.com/nekowabo/nanolook
- Owner: nekowabo
- License: mit
- Created: 2023-11-15T00:49:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:56:17.000Z (about 1 year ago)
- Last Synced: 2024-07-30T21:03:43.616Z (6 months ago)
- Topics: csharp, small-project, windows, windows-forms, winforms
- Language: C#
- Homepage: https://github.com/nekowabo/nanolook/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nanolook
===============![definitely not a meme.](https://github.com/nekowabo/nanolook/assets/150674202/8e27ff00-5f8a-44ba-971b-432fc336096f)
_Random photo from my demos opened in nanolook._Made it just for fun in windows notepad and compiled using built-in windows csc.
This is a photo viewer with as little code as possible in C#(not sure).
Written in C#, the source code weighs 293 bytes. Compressed as hell.### You can download compiled program from releases.
### How to use:
- Drag'n'Drop file into the program.
- From cmd, nanolook.exe [PATH/TO/FILE].
- As you wish.
### YOU CAN'T OPEN A PHOTO IN THE PROGRAM ITSELF!!!(not implemented for shorter code)### Has such functions as:
- Opens photos (incredible)!!!
- Shows file path and resolution of photo.### Pros:
- OPENS PHOTOS OMG.
- Small as f*ck.### Cons:
- Doesn't has all functions that other have.
- You can't open a photo in the program itself.
- Not recommended as permanent.### History:
0.1 - ~800 bytes i don't remember
0.2 - ~450 bytes
1.0 - 349 bytes
1.1 - 293 bytes