# scrite **Repository Path**: kuangyel/scrite ## Basic Information - **Project Name**: scrite - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Scrite is a free and open-source screenplay writing app from TERIFLIX. https://www.scrite.io https://www.teriflix.com FEATURES ----------- 1. Create screenplays and format elements appropriately. 2. Import screenplays from FinalDraft and HTML formats. 3. Export screenplays to PDF, FinalDraft, Text and HTML formats. 4. Generate Character and Location Reports (more reports coming) 5. Capture character and scene notes. Building from source ------------ Scrite is developed using Qt 5.13.2. To build scrite, simply install Qt on your computer (Windows, macOS or Linux). Open scrite.pro in Qt Creator and build. IMPORTANT =============== To build Scrite with Hunspell support on Linux, please install hunspell-dev On Ubuntu, you can do this by executing the following command sudo apt-get install libhunspell-dev Depending on the version number of hunspell installed on your computer, you will have to update config-hunspell.h. Comments in this file should help you understand what changes you should be making. For more information about this package, please visit https://packages.debian.org/sid/libhunspell-dev