Edit this page

Launching the Application

Once installed, you can launch EasyScanlate from your system’s application menu (Start Menu on Windows). If you are running from source, execute py main.py in your terminal from the project directory.

Command Line Options

You can also launch EasyScanlate with a project file directly:

py main.py path/to/project.mmtl

This will skip the Home Window and open the project immediately.

Splash Screen

Upon launch, you will first see a Splash Screen. This screen indicates that the application is initializing its components in the background. You will see status messages appear at the bottom, such as:

EasyScanlate Splash Screen

The splash screen provides visual feedback that the app is starting up correctly. Once initialization is complete, you will automatically be taken to the Home Window, your central hub for managing projects.

First-Time Launch

On first launch, the Home Window will show an empty recent projects list since you haven’t opened any projects yet. Use the “New Project” button to get started.

Startup Errors

If the application fails to start, you may see an error dialog. Common issues include:

For critical startup failures, an error dialog will display and the application will exit.