Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aditya-ranjan1234/python-gui

RVCE 1st Sem Lab EL - Tkinter GUI
https://github.com/aditya-ranjan1234/python-gui

fibonacci gui list-manipulation python tkinter

Last synced: 19 days ago
JSON representation

RVCE 1st Sem Lab EL - Tkinter GUI

Awesome Lists containing this project

README

        

# GUI Application for Fibonacci Numbers and List Manipulation using Tkinter

1st Sem Python Lab Project - Python GUI
This Python application provides a graphical user interface (GUI) for generating Fibonacci numbers and performing various operations on a List. It utilizes the Tkinter library for the GUI components.

## Features

- **Generate Fibonacci Numbers**: Enter a number and generate the Fibonacci sequence up to that number.
- **List Manipulation**:
- Add elements to the list.
- Delete elements from the list.
- Display the current list.
- Count the total number of elements in the list.

## Prerequisites

- Python 3.x
- Tkinter (usually comes pre-installed with Python)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Aditya-Ranjan1234/Python_GUI.git
```

2. Navigate to the project directory:

```bash
cd Python_GUI
```

3. Run the application:

```bash
python main.py
```

## Usage

1. Upon running the application, you will be presented with a GUI window.
2. Click on the desired operation: Fibonacci or List Manipulation.
3. Follow the instructions provided on the GUI for each operation.

## Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues for any bugs or feature requests.