mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
(first): initial commit
This commit is contained in:
49
README.md
Normal file
49
README.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# PytubePP Helper
|
||||
|
||||
A Helper App for PytubePP Extension/Addon to Communicate with Pytube Post Processor CLI
|
||||
|
||||
[](https://github.com/neosubhamoy/pytubepp-helper)
|
||||
[](https://github.com/neosubhamoy/pytubepp-helper)
|
||||
[](https://github.com/neosubhamoy/pytubepp-helper)
|
||||
|
||||
#### **🌟 Loved this Project? Don't forget to Star this Repo to show us your appreciation !!**
|
||||
|
||||
### 💻 Supported Platforms
|
||||
- Windows 10 (v1803 or later)/11
|
||||
- Linux (Coming Soon)
|
||||
- MacOS (Maybe later :)
|
||||
|
||||
### ⚡ Technologies Used
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### 🛠️ Contributing / Building from Source
|
||||
|
||||
Want to be part of this? Feel free to contribute...!! Pull Requests are always welcome...!! (^_^) Follow this simple steps to start building:
|
||||
|
||||
* Make sure to install Rust, Node.js and Git before proceeding.
|
||||
1. Fork this repo in your github account.
|
||||
2. Git clone the forked repo in your local machine.
|
||||
3. Install node dependencies
|
||||
|
||||
```code
|
||||
npm install
|
||||
```
|
||||
4. Run development / build process
|
||||
```code
|
||||
npm run tauri dev
|
||||
```
|
||||
```code
|
||||
npm run tauri build
|
||||
```
|
||||
5. Do the changes, Send a Pull Request with proper Description (NOTE: Pull Requests Without Proper Description will be Rejected)
|
||||
|
||||
**⭕ Noticed any Bugs or Want to give us some suggetions? Always feel free to open a GitHub Issue. We would love to hear from you...!!**
|
||||
|
||||
### 📝 License
|
||||
|
||||
PytubePP Helper is Licensed under the [MIT license](https://github.com/neosubhamoy/pytubepp-helper/blob/main/LICENSE). Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions.
|
||||
Reference in New Issue
Block a user