A Python tool for parsing screenplay text from PDF or TXT files and converting it into structured JSON format. --input_file: Path to the input script (PDF or TXT format)-o, --output_file: (Optional) ...
This project is a complete JSON Lexer and Parser written from scratch in Python. It takes raw JSON strings, tokenizes them into meaningful syntactic units, and parses them into Python-native ASTs ...