Installation | Usage | Contributing
CaterApp is a cross platform, remotely data sharing tool created for sharing files in a quick and secured manner. It is aimed to integrate this tool with several more features including providing a User Interface.
The version 1.1 of the CaterApp currently works with command line interface i.e. CLI.
CaterApp comes with a range of fantastic features for you:
This is a python
application that relies on its cater module.
Installation can be done through CLI in just a few of the simple steps:
installer.sh
to install the application through following terminal command:
$ ./installer.sh
If you love the terminal than following method is indeed for you:
$ wget https://github.com/ravi-prakash1907/CaterApp/archive/refs/tags/v1.1.zip
$ unzip v1.1.zip
$ cd CaterApp-1.1
$ sh ./installer.sh
After successful installation, you should see something like this:
Once you have installed the application on your system, you can simply access CaterApp tool with a single command as follows:
$ cater-app
As an alternative, you can also follow the following:
$ cd ~/CaterApp/caterapp
$ python cater.py
You can find a brief and perfect usage demo at this Medium article.
$ pwd
To use the app without installation, please refer to this link.
If you wish to contribute in this project, you can always fork this repo and generate a pull request with new changes. You may also raise issues, if any.
🌟 Happy sharing!!! 🌟
Developed by ravi with ❤️ in 🐍