This document describes the design of an automatic writing and drawing machine controlled by an Arduino Uno microcontroller. The machine uses three servo motors controlled by the Arduino to move an attached pen along the x and y axes of paper to write or draw documents stored on an attached hard disk. It aims to reduce the workload of writing documents manually by automatically writing or drawing pre-stored files. The machine converts files into g-code using Benbox software which specifies the pen coordinates. It then sends the g-code to the Arduino to control the servo motors and move the pen to write or draw the file. The document outlines the components used, including the Arduino, servo motors, motor driver, and Benbox software,