Skip to content

Create a single word file from different source files

License

Notifications You must be signed in to change notification settings

ker264/srcToWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srcToWord

srcToWord is an application that allows you to combine multiple text files into one word with a table of contents.

Technologies used

  • Wails - a framework for creating desktop applications in Go. It allows you to use any web libraries, such as Vue, React, Angular, Ember, to create the interface of the application.
  • Vue - a progressive framework for creating the interface of the application.
  • Vuetify - a popular Material Design component library for Vue.

How to use

  1. Download and install the application.
  2. Open the application.
  3. Select the files you want to combine.
  4. Select the location where you want to save the resulting file.
  5. Click the "Создать файл" button.

Screenshots

Main window

Selecting files

How to build

  1. Install Go.
  2. Install wails.
  3. Clone the repository.
  4. Move to the project folder.
  5. Run wails build.
  6. Run wails run to run the application.