Skip to content

An HTML based Turtle implementation, in order to work in Google Colab

License

Notifications You must be signed in to change notification settings

enfascination/ColabTurtle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turtle for Google Colab notebooks
===================

Installation for Google Colab:
----
Create an empty code cell and type:

    !pip3 install git+https://github.com/enfascination/ColabTurtle.git

Run the code cell.


Usage
----
In any code cell, import like following:

    from ColabTurtle.Turtle import *

As Colab stores the declared variables in the runtime, call this before using: 

    initializeTurtle()

Have fun drawing!

About

An HTML based Turtle implementation, in order to work in Google Colab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%