Skip to main content

Implementation of push-swap (42-school project) on python with GUI.

Project description

push_swap_gui

Implementation of push-swap (42-school project) on python with GUI.

Foreword

  • Be welcome to use my project, install, clone and fork it!
  • If you find a bug, please, create new issue (or contact with me in any way you want) to report about it! I will be glad to fix it! If you find a mistake in my spelling (because I'm from Russia, and English is not my native language), please notify me too!
  • If you clone/fork this app and realise some new feature, you may create pull request! I am definitely interested in this!
  • Also, I will be happy if you follow me, or star this project, ecpecially if you find it usefull, or use my code!
  • For all questions be welcome to contact me in any way you want 👋

Here is my mail: elijahkash.code@gmail.com

How to use:

Install

This is a simple python3 package already added to PyPI. Therefore, to use you do not need to "clone" it from github. Just open terminal and run:

> pip3 install push_swap_gui

If you have just started at school42 and have never encountered python and have difficulty installing the application, visit this page: https://github.com/elijahkash/push_swap_gui/wiki/FAQ_for_beginners

Launch

Now you can run this application from any directory, and in two ways:

  • > python3 -m push_swap_gui
  • > push_swap_gui

Import

You also may import push_swap_gui as a module. In this case, you can:

  • push_swap_gui.PushSwapGUI(master) : create a window with app in tkinter item, transmitted as master
  • push_swap_gui.push_swap(src_data) : this func get iterable with source data, and return list with comands (push-swap solve)

Example:

>>> import push_swap_gui
>>> a = [1, -1, 3, 7, 2, 9, 12]
>>> push_swap_gui.push_swap(a)
['pb', 'ra', 'ra', 'ra', 'pb', 'ra', 'ra', 'ra', 'pa', 'pa', 'rra']
>>>

Uninstall

> pip3 uninstall push_swap_gui

License

  • See the LICENSE file for license rights and limitations (MIT).

Support

  • If you like my activity, you may say “thank you” to me and support me for any amount! Use 'Sponsor' button in github!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

push_swap_gui-1.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

push_swap_gui-1.1-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file push_swap_gui-1.1.tar.gz.

File metadata

  • Download URL: push_swap_gui-1.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for push_swap_gui-1.1.tar.gz
Algorithm Hash digest
SHA256 a1f638c4174a628cdb31b2a496192f10ff6ebc8bc34902577d7b78f749367806
MD5 78caf1eebc51c6083b241b7359b97938
BLAKE2b-256 75c99ca4f627eee57183023e2f42b1da58c36d8e6800bc45ba69044e0aa9770a

See more details on using hashes here.

File details

Details for the file push_swap_gui-1.1-py3-none-any.whl.

File metadata

  • Download URL: push_swap_gui-1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for push_swap_gui-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a0c6dc4c7d71b118ab799925f8904fce8b4e99482e9fe1dcb6adb07e3abd65fd
MD5 76636eff43dac0cc7892aaa9d7c02db6
BLAKE2b-256 f546e9e92e4f3fcefb9f53675c1dd098aee17124843bcf2a1668e1ef53fa3c19

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page