This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pytify
22=============
33
4- Search and start songs from command line.<br>
5- Should work in Linux and OS X.<br>
6- Supports both python 2 and 3. <br>
4+ [](https://codeclimate.com/github/bjarneo/Pytify)
5+
6+ Search and start songs from the CLI.
7+ Linux and OS X support.
8+
9+ Python 3 support. For Python 2 support use this release: [v2.1.0](https://github.com/bjarneo/Pytify/tree/v2.1.0)
710
811![Image of terminal]
9- (http://i.imgur.com/zlt3f8P .gif)
12+ (http://i.imgur.com/I1uvoVx .gif)
1013
1114
1215## Installation
13- ```python
16+ ```bash
1417$ sudo pip install pytify
1518` ``
1619
17- ## Or clone the repo
18- ```python
20+ ## Features
21+ * Auto suggest (based on history)
22+ * Search history
23+ * Search and play songs
24+ * CLI commands
25+ * VIM navigation bindings
26+
27+ ## Clone repo
28+ ```bash
1929$ git clone https://github.com/bjarneo/pytify.git
2030$ cd pytify
2131$ sudo python setup.py install
2232` ``
2333
2434### Usage
25- ```python
35+ ```bash
2636# To start the app type
2737$ pytify
2838
@@ -38,7 +48,8 @@ $ pytify -pp
3848
3949### Dependency
4050```bash
41- pip install requests gnureadline
51+ * requests
52+ * prompt-toolkit
4253` ``
4354
4455### Contributing
@@ -49,5 +60,5 @@ Contributions are appreciated.
4960- [@adam410](https://github.com/adam410/) - OS X issue
5061- [@Newky](https://github.com/Newky) - Better structure
5162- [@ymski](https://github.com/ymski) - OS X
52- - [@wohlfea](https://github.com/wohlfea) - Make it compatible with python 3.5
63+ - [@wohlfea](https://github.com/wohlfea) - Made it compatible with python 3.5
5364- [@ddiddi](https://github.com/ddiddi) - Added search phrase history browsing. (auto complete)
You can’t perform that action at this time.
0 commit comments