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.
- 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.
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
-
Clone the repository:
git clone https://github.com/Aditya-Ranjan1234/Python_GUI.git
-
Navigate to the project directory:
cd Python_GUI
-
Run the application:
python main.py
- Upon running the application, you will be presented with a GUI window.
- Click on the desired operation: Fibonacci or List Manipulation.
- Follow the instructions provided on the GUI for each operation.
Contributions are welcome! Please feel free to submit pull requests or open issues for any bugs or feature requests.