GithubHelp home page GithubHelp logo

linked-list-ui's Introduction

Linked List with User Interface

The program works with singly type of linked list.
alt text The Linked List is written with Python3, and Tkinter module.
I personally run it on Kali linux. But first you should install some of the modules.

$ sudo apt-get install python-tk  
$ pip3 install playsound
$ pip3 install multiprocess

After the installation of the modules simply run it.

python3.9 Linked_List_UI.py

The program should look something like this alt text

How to use

  1. First of all we should click on the Play Music button to make our "testing Linked List" time more fun :) After clicking on the Play Music button this window should pop up.
    alt text
    As long as the program works with multiprocessing you can continue to make list, add nodes etc.
  2. We have to create new Linked List with Create List Button. If Linked list is created successfully this window should pop up.
    alt text
  3. Now we can add node from the beginning of the Linked list or from the bottom by clicking on Add Node At The End or Add Node At the Beginning. After clicking this window should pop up.
    alt text
  4. You can Add more nodes from the end or beginning. Or you can insert them between two other nodes by clicking on Insert Node, this window will pop up.
    alt text
    First input is the value of the node, second input is the number of node after which you want to insert the new one.
  5. Now we can delete a specific node or all the nodes by clicking on Remove Node or Remove All. After clicking on Remove Node this window will pop up.
    alt text
    You should enter the number of node you want to remove.

Thank you for reading and using this useless program

By loading this to github, I wanted to finally learn markdown language. And to use it in practic :)

linked-list-ui's People

Contributors

pizzapablo666 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.