GithubHelp home page GithubHelp logo

image-viewer's Introduction


Logo

Image Viewer

A simple Image Viewer using Tkinter in Python!
View · Report Bug · Request Feature

About The Project

Short Discription

  • This is a simple Image Viewer program made with Tkinter in Python 3.8 by Andrio
  • When you run the program in a directory. It will fetch all the files in the directory using the OS module.
  • Then store the files name in a list and append all the files name ending with image format extensions(.png, .jpeg, .jpg) to an empty list.
  • Then iterate throughout the list using back and next buttons which just increment/decrement the index of image_list and show image using Pillow pip package.
  • Again the images are deleted using the os.remove funtion of the OS module.
  • More features coming soon.

Built With

Installation

  1. Clone the repo
    git clone https://github.com/Andrio-Codes/Image-Viewer.git
  2. Install pip modules
    pip install pillow
  3. Run
    image_viewer.py

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact Us

Telegram

License


Copyright (C) [2021] Image viewer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "The-Map-Hunting-Game"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

GNU License

Distributed under the GNU License. See LICENSE for more information.

image-viewer's People

Contributors

shubham-indalkar avatar

Stargazers

 avatar

Watchers

 avatar

image-viewer's Issues

Window resize

When the program is ran. By default its maximized but if we resize the window. The contents of the window do not resize.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.