Giter VIP home page Giter VIP logo

maze-solver's Introduction

mazesolver

Boot.dev maze solver project

We use Tkinter, a Python 3 library, to open a graphical window with a blank canvas that the program will draw on.

Run python -m tkinter from command line to open a window demonstrating the interface and see if it's installed

Install pyenv with webi: curl -sS https://webi.sh/pyenv | sh

Add these to the bottom of the bash file: export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)"

pyenv install -v 3.10.7 - to install that Python version

pyenv global 3.10.7 - to set it as your default

check python and python3 --version

brew list - to see modules installed with homebrew brew install [email protected] - to install tkinter

pyenv versions pyenv uninstall 3.11 which python

On MacOS: xcode-select --install -> installs git git version

Using webi to install GitHub CLI: curl -sS https://webi.sh/gh | sh

maze-solver's People

Contributors

gnarlylasagna avatar

Watchers

 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.