Skip to content

iberoFPV/carrusel-de-im-genes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project: Image Carousel with Python and Tkinter

This repository contains a simple image carousel implemented in Python using the Tkinter library and the Pillow extension for working with images.

Features

  • Navigate through a series of images using forward and backward buttons.
  • Disabled buttons at the beginning and end of the image sequence to prevent going out of range.

Requirements

Make sure you have Python installed on your system. Additionally, you need to install the tkinter library, which is usually included with Python, and the Pillow module for working with images.

You can install Pillow using the following command:

conda install Pillow

## How to Run

1. Clone this repository:

    ```bash
    git clone https://github.com/your_username/your_repository.git
    ```

2. Navigate to the project directory:

    ```bash
    cd your_repository
    ```

3. Run the application:

    ```bash
    python carrusle.py
    ```

## Usage

Click the "<--" button to go backward in the image sequence.
Click the "-->" button to go forward in the image sequence.


## Image

The images used in this carousel are placeholders and can be replaced with your own images.
Make sure to update the file paths accordingly in the Python script.

## Contributions

Contributions are welcome! If you encounter any issues or have improvements to suggest,
please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages