Skip to content

A multitape Turing Machine implementation in python. Can create and run Turing Machines. Includes a program for generating a state machine from a Turing Machine (using Tkinter).

Notifications You must be signed in to change notification settings

drogers141/Turing_Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dave Rogers
www.drogers.us

Turing Machine

A Turing Machine implementation in python (2.6+) with a program that generates an interactive state machine from a given Turing Machine using python's Tkinter library.
See 
www.drogers.us/demos/turing_machine/ 
for information and a demonstration of the usage of the Turing Machine programs.

For running commandline or Tkinter gui applications, cd into src/tm/ and run 
python turing_machine.py -h
or
python tm_state_machine.py -h

for help.  Note that this source is a Pydev Eclipse project, and can be imported into Eclipse if you have Pydev.

Email me with any questions/comments if you like: dave@drogers.us

About

A multitape Turing Machine implementation in python. Can create and run Turing Machines. Includes a program for generating a state machine from a Turing Machine (using Tkinter).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages