SentenceBackwarder but made in Python
- SentenceBackwarder but this is a remake with QtQuick UI, for old version is in master branch.
- Grab a release in releases or an CI build in GitLab CI correspond to your OS
- Windows:
- Extract the archive into a directory, open main.exe (for CI build is in /dist/main/main.exe)
- macOS:
- Since i don't have a macOS device i can't compile it, i'll try to compile it using Darling
- Install WineHQ
- Download Windows build then run with WineHQ.
- Linux:
- Extract the archive into a directory
- Open Terminal inside the directory where contains "main" file (for CI build is /dist/main/)
- Execute
chmod +x main
in terminal. - Open "main"
- Windows:
- Clone the project
- Download Git
- Windows:
- Download Git from git-scm
- macOS:
- Execute
brew install git
in Terminal
- Execute
- Linux:
- Get Git from your package distributor (Ex: Arch Linux uses
sudo pacman -S git
)
- Get Git from your package distributor (Ex: Arch Linux uses
- Windows:
- Execute
git clone git@github.com:GnXOrg/PySentenceBackwarder.git
in the Terminal - Execute
cd PySentenceBackwarder
in the Terminal to cd to the project
- Download Git
- Install Python3
- Windows:
- Download Python from python.org
- macOS:
- Download Python from python.org or execute
brew install python
in Terminal
- Download Python from python.org or execute
- Linux:
- Get Python from your package distributor (Ex: Arch Linux uses
sudo pacman -S python
)
- Get Python from your package distributor (Ex: Arch Linux uses
- Windows:
- Create a Virtual Environment (optional)
- Install dependencies
- Execute
python -m pip install -r requirements.txt
- Execute
- Build
- Execute
pyinstaller main.spec
- Execute
- Done
- Built files will be located at
dist/main/
- Built files will be located at