Skip to content
/ Snap-Craft Public template

Snap Craft is a powerful and user-friendly photo editor built in Python, utilizing the Tkinter library for its graphical user interface

Notifications You must be signed in to change notification settings

KrishGaur1354/Snap-Craft

Repository files navigation

Snap Craft - Python Photo Editor

Snap Craft is a powerful and user-friendly photo editor built in Python, utilizing the Tkinter library for its graphical user interface (GUI). With a wide range of features including crop, zoom, rotate, filters, and much more, Snap Craft provides an intuitive and versatile environment for editing and enhancing your images.

Table of Contents

Installation

To use Snap Craft, follow the steps below:

  1. Clone the repository:
git clone https://github.com/your-username/snap-craft.git
  1. Change directory to the project folder:
cd snap-craft
  1. Install the required dependencies. Ensure you have Python and Tkinter installed. You can use pip to install any missing dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

Great! Now you have Snap Craft up and running on your local machine.

Usage

Upon launching Snap Craft, you will be greeted with an intuitive and user-friendly interface. Follow the instructions below to utilize the various features:

  1. Open an image: Click on the "File" menu and select "Open." Browse your file system and select the image you wish to edit. The image will be displayed in the main editing area.

  2. Crop: To crop the image, select the "Crop" tool from the toolbar. Click and drag over the area you want to keep, and then release the mouse button. The selected portion will be retained, and the rest will be removed.

  3. Zoom: Use the zoom in and zoom out buttons or the zoom slider to adjust the level of zoom. This allows you to focus on specific areas of the image.

  4. Rotate: To rotate the image, click on the "Rotate" tool and select the desired rotation angle. You can rotate the image clockwise or counterclockwise.

  5. Effects: Snap Craft provides a variety of filters to enhance your images. Click on the "Effects" menu and select the desired filter. The image will be updated in real-time to display the applied filter.

  6. Save and Export: Once you are satisfied with the edits, click on the "File" menu and select "Save" or "Save As" to save the changes to the original file or create a new file with the modifications.

Feel free to explore Snap Craft's other features to further customize and enhance your images!

Features

Snap Craft offers the following key features:

  • Crop: Select and retain a specific portion of the image while removing the rest.
  • Zoom: Adjust the level of zoom to focus on specific areas of the image.
  • Rotate: Rotate the image clockwise or counterclockwise at desired angles.
  • Effects: Apply a variety of filters to enhance the appearance of the image.
  • ... and many more: Explore Snap Craft to discover additional features and functionalities.

Contributing

Contributions are welcome and appreciated! If you would like to contribute to Snap Craft, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b my-feature.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your forked repository: git push origin my-feature.
  5. Open a pull request in the main Snap Craft repository, describing your changes and their purpose.

License

Snap Craft is released under the MIT License. You are free to use, modify, and distribute this software as per the terms of the license.

About

Snap Craft is a powerful and user-friendly photo editor built in Python, utilizing the Tkinter library for its graphical user interface

Resources

Stars

Watchers

Forks

Packages

No packages published