Skip to content

rizko77/NekoShare-File-Transfer-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NekoShare File (Desktop) Portable

NekoShare File Transfer is a file transfer application for Desktop PC that allows users to send and receive files.

Features

  • Portable No Installation
  • PC to PC File Transfer
  • File Transfer Mobile to PC
  • Scan QR Code
  • Website Based Client
  • Tailwind CSS for styling

Getting Started

Requirement

  • Python 3.10
  • pip

Installation

  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the code:
python nekoshare-portable.py

Development

  1. Build for Windows .exe:
pyinstaller --onefile --windowed --icon="assets/icon.ico" --add-data "assets;assets" --name "NekoShare File (Desktop) Portable Win x64" nekoshare-portable.py
  1. Package Directory Structure .deb:
Linux/nekoshare-portable-v1.0.0-x64/
├── DEBIAN/
│   └── control
└── usr/
    ├── bin/
    │   └── nekoshare
    └── share/
        └── applications/
        │   └── nekoshare.desktop
        └── pixmaps/
            └── nekoshare.png

Build the package on Linux Terminal

dpkg-deb --build nekoshare-portable-v1.0.0-x64

Screenshot

Halaman Utama

Styling

This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.

Developer

This application was developed by Rizko Imsar with the aim of making it easier to send files between devices.

Lisensi

This application is open-source and released under the MIT License.