Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 576 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 576 Bytes

auto-writer-code

General

This code aims to write code like an AI.

Pre-requisites

  • ffmeg

  • Delete identation, autocompletion in VSCode or use vscode-app.

  • Python 3.8

  • pip install -r requirements.txt

Usage

Once the command is launched, you have 3 seconds to get to where the code should be written.

Using defaults :

python main.py

With recording:

python main.py -r

Update video properties in config.json.

Run vscode-app:

cd vscode-app
npm i
npm run dev