SyncMagnet
File sharing application between Android Phone and Windows PC.
Install / Use
/learn @Helmssyss/SyncMagnetREADME
<div align="center">
:SyncMagnet:
📱 :ANDROID:
<div align = "center"> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/2291d11d-ff3e-4615-8ad0-a635f8534a81" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/cea5c156-7cdc-45e3-ab72-d8de38fd2e6c" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/85e05e70-d8a0-4153-a4a5-0db150079c44" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/12a9d0b1-f7a4-44b9-abfb-bb261897e211" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/3fb68bdb-cdf8-4a40-833d-bd5a4e1a12f3" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/9b917cd8-db7e-42c6-80db-13b9834f8829" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/27446b7a-6426-4ec4-a608-9cb4b9420fd7" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/ab7b4e86-4c17-4743-9f9d-77cfc56aba58" width=30% height=30%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/401539da-270f-4973-ab83-bbe938458234" width=30% height=30%> </div>💻 :DESKTOP:
<div align = "center"> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/d3241bfc-a869-4abd-b01e-02f9b489cd43" width=45% height=45%> <img src="https://github.com/Helmssyss/SyncMagnet/assets/84701901/59189885-ba0e-42fe-90c9-c88a5fd7f64c" width=45% height=45%>CHANGELOG
</div>DOWNLOAD Desktop
- Releases
- Pre-release
- ⬇️ (GUI SETUP) - v0.0.7.7 - 24.12.2023
- ⬇️ (GUI PORTABLE) - v0.0.7.5 - 16.12.2023
- ⬇️ (GUI SETUP) - v0.0.7.5 - 16.12.2023
- ⬇️ (CLI) - v0.0.7.5 - 16.12.2023
- Pre-release
DOWNLOAD Mobile
- Releases
- Pre-release
- ⬇️ v0.0.7.7 - 23.01.2024
- Pre-release
EN
How to Run Project? (Only Windows)
-
Install C++ Compiler
- For the C++ compiler go to https://www.msys2.org/docs/installer/
- After following the necessary steps, install the following libraries
- https://packages.msys2.org/package/mingw-w64-x86_64-pugixml?repo=mingw64
pacman -S mingw-w64-x86_64-pugixml
- https://packages.msys2.org/package/mingw-w64-x86_64-pugixml?repo=mingw64
-
(ONLY FOR GUI) Install Python Interpreter (Version 3.9.13)
- For the Python interpreter, go to https://www.python.org/downloads/release/python-3913/
- Once installed, open the terminal in the directory where the project is located.
- Type the command
pip install .\requirements.txtto install the libraries in therequirements.txtfile.
-
Compile the Project
- Open the project folder with terminal.
- Type
mingw32-maketo execute the commands written in theMakefilefile in the project. - If a successful build process is completed, the message
Build process is completed.will appear. - When the compilation process is successful, you can run the project by typing
python main.pyin the same file path.
TR
Proje Nasıl Çalıştırılır? (Sadece Windows)
-
C++ Derleyicisini yükleyin
- C++ derleyicisi için bu adrese gidin https://www.msys2.org/docs/installer/
- Gerekli adımları uyguladıktan sonra aşağıdaki kütüphaneleri kurun
- https://packages.msys2.org/package/mingw-w64-x86_64-pugixml?repo=mingw64
pacman -S mingw-w64-x86_64-pugixml
- https://packages.msys2.org/package/mingw-w64-x86_64-pugixml?repo=mingw64
-
(SADECE GUI İÇİN) Python Yorumlayıcısını Yükleyin (Version 3.9.13)
- Python yorumlayıcısı için şu adrese gidin https://www.python.org/downloads/release/python-3913/
- Kurulduktan sonra projenin bulunduğu dizinde terminali açın.
requirements.txtdosyasındaki kütüphaneleri kurmak içinpip install .\requirements.txtkomutunu yazın.
-
Projeyi Derleyin
- Proje klasörünü terminal ile açın.
- Projedeki
Makefiledosyasında yazan komutları yerine getirmek içinmingw32-makeyazın. - Başarılı bir derleme işlemi gerçekleşirse
Build process is completed.yazısı çıkacak. - Derleme işlemi başarılı olduğunda yine aynı dosya yolunda
python main.pyyazarak projeyi çalıştırabilirsiniz.
