# This package allows you to add certain tags to tmx files
## How to install on Windows (no admin rights required)
Step 1. Get Python 3 from Microsoft Store
Step 2. Get PowerShell from Microsoft Store
Step 3. Create a new folder in your file system on Windows
Step 4. Right-click on that folder and select Open in Terminal
Step 5. Write the following in the command line of the open Terminal window:
```
> python3 -m venv .venv
> .\.venv\Scripts\Activate.ps1
> python3 -m pip install tmxtagger
```
## How to use
If you've just finished the installation, just type in in the command line:
```
> python3 -m tmxtagger
```
This will open a Folder Selection dialogue window. Use it to select the folder
containing your tmx files. After you click on Select, the program will
create a new folder called ```\tmx-trados-style``` within that selected
folder.
The name of each original tmx file will becomes an attribute
of each <tu> element so that when you import such tmx files into Trados
Studio's TM, each imported segment will have a property whose value is
the name of the tmx file from which that segment originated. It will also
modify the tmx file header to conform to Trados Studio style.
If you already closed PowerShell, use Windows Explorer to find the folder
that you created in Step 3 (or simply repeat Steps 3 to 5 if you can't find it).
Open that folder in PowerShell Terminal. Then type in the following
commands in the PowerShell window:
```
> .\.venv\Scripts\Activate.ps1
> python3 -m tmxtagger
```
Raw data
{
"_id": null,
"home_page": "https://github.com/AlexSkrn/tmxtagger",
"name": "tmxtagger",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6.0",
"maintainer_email": "",
"keywords": "tmx converter",
"author": "AlexSkrn",
"author_email": "alex.g.skrn@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/6d/90/6b1dbb37d29e43fad4086d36bd4ba08ebbb9c44e3a11d67715faf877d211/tmxtagger-1.0.1.tar.gz",
"platform": null,
"description": "\n# This package allows you to add certain tags to tmx files\n\n## How to install on Windows (no admin rights required)\n\nStep 1. Get Python 3 from Microsoft Store\n\nStep 2. Get PowerShell from Microsoft Store\n\nStep 3. Create a new folder in your file system on Windows\n\nStep 4. Right-click on that folder and select Open in Terminal\n\nStep 5. Write the following in the command line of the open Terminal window: \n```\n> python3 -m venv .venv\n> .\\.venv\\Scripts\\Activate.ps1\n> python3 -m pip install tmxtagger\n```\n\n## How to use\n\nIf you've just finished the installation, just type in in the command line:\n```\n> python3 -m tmxtagger\n```\nThis will open a Folder Selection dialogue window. Use it to select the folder \ncontaining your tmx files. After you click on Select, the program will\ncreate a new folder called ```\\tmx-trados-style``` within that selected\nfolder. \n\nThe name of each original tmx file will becomes an attribute \nof each <tu> element so that when you import such tmx files into Trados \nStudio's TM, each imported segment will have a property whose value is \nthe name of the tmx file from which that segment originated. It will also\nmodify the tmx file header to conform to Trados Studio style. \n\nIf you already closed PowerShell, use Windows Explorer to find the folder\nthat you created in Step 3 (or simply repeat Steps 3 to 5 if you can't find it). \nOpen that folder in PowerShell Terminal. Then type in the following\ncommands in the PowerShell window:\n```\n> .\\.venv\\Scripts\\Activate.ps1\n> python3 -m tmxtagger\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Add properties to tmx files.",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/AlexSkrn/tmxtagger"
},
"split_keywords": [
"tmx",
"converter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "78c0f1f8de858dc8916902fa2c960d31de4ce64cab21f74f73d0a5a6ffbf0047",
"md5": "bbac9b975404463d3300c6184095d655",
"sha256": "bf3488b6bf11a4e97eacac4e053f91860dd103c941b023fc6cb58494de6758be"
},
"downloads": -1,
"filename": "tmxtagger-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bbac9b975404463d3300c6184095d655",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6.0",
"size": 6166,
"upload_time": "2024-01-14T07:50:07",
"upload_time_iso_8601": "2024-01-14T07:50:07.806256Z",
"url": "https://files.pythonhosted.org/packages/78/c0/f1f8de858dc8916902fa2c960d31de4ce64cab21f74f73d0a5a6ffbf0047/tmxtagger-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6d906b1dbb37d29e43fad4086d36bd4ba08ebbb9c44e3a11d67715faf877d211",
"md5": "9bef64f8578e3703c9e574384f78491f",
"sha256": "5337b5415b35bebc39ae07770b4100f72027b26b2f8e97e8fccef23d90f9faa7"
},
"downloads": -1,
"filename": "tmxtagger-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9bef64f8578e3703c9e574384f78491f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6.0",
"size": 5240,
"upload_time": "2024-01-14T07:50:10",
"upload_time_iso_8601": "2024-01-14T07:50:10.246045Z",
"url": "https://files.pythonhosted.org/packages/6d/90/6b1dbb37d29e43fad4086d36bd4ba08ebbb9c44e3a11d67715faf877d211/tmxtagger-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-14 07:50:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AlexSkrn",
"github_project": "tmxtagger",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "tmxtagger"
}