https://github.com/anggialberto/xl-py
https://github.com/anggialberto/xl-py
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anggialberto/xl-py
- Owner: anggialberto
- License: gpl-3.0
- Created: 2018-05-10T10:42:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T16:00:20.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:33:26.665Z (6 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 31
- Watchers: 13
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - xl-py - No description provided[](https://github.com/anggialberto/xl-py/stargazers/) (Uncategorized / Uncategorized)
README
#  XL Python
[](#) [](https://github.com/albertoanggi/xl-py/blob/master/LICENSE) [](https://www.python.org/downloads/)
*XL Direct Purchase Package*
----
## Requirement
The xlpy module requires Termux App you can download from [here](https://play.google.com/store/apps/details?id=com.termux)
## Installation
Installation is simple. It can be installed from git using the following command after open Termux:
```sh
$ pkg install python
$ pkg install git
$ pip install requests
$ git clone https://github.com/albertoanggi/xl-py
```## Usage
```sh
$ cd xl-py
$ python app.py
```### Examples
All examples can be found [here](https://github.com/albertoanggi/xl-py/tree/master/examples).