Skip to content

File sharing application between Android Phone and Windows PC.

License

Notifications You must be signed in to change notification settings

Helmssyss/SyncMagnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:SyncMagnet:

Dart Python C++

Flutter Qt

📱 :ANDROID:

💻 :DESKTOP:


DOWNLOAD Desktop

DOWNLOAD Mobile

  • Releases
    • Pre-release

EN

How to Run Project? (Only Windows)

  • Install C++ Compiler

  • (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.txt to install the libraries in the requirements.txt file.
  • Compile the Project

    • Open the project folder with terminal.
    • Type mingw32-make to execute the commands written in the Makefile file 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.py in the same file path.

TR

Proje Nasıl Çalıştırılır? (Sadece Windows)

  • C++ Derleyicisini yükleyin

  • (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.txt dosyasındaki kütüphaneleri kurmak için pip install .\requirements.txt komutunu yazın.
  • Projeyi Derleyin

    • Proje klasörünü terminal ile açın.
    • Projedeki Makefile dosyasında yazan komutları yerine getirmek için mingw32-make yazı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.py yazarak projeyi çalıştırabilirsiniz.