Skip to content

Photo viewer with as little code as possible in C#(not sure). btw my first repo on github

License

Notifications You must be signed in to change notification settings

nekowabo/nanolook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Nanolook

definitely not a meme. 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