Lib for lazy dev
Project description
Anne
Anne - Fast and easy
Mục lục
Giới thiệu
Anne cung cấp các tính năng để giúp các bạn làm việc một cách nhanh chóng.
Cài đặt
pip install anne
Cập nhật
pip install --upgrade anne
Sử dụng
Cách sử dụng thư viện:
from anne import *
Tạo thông tin ngẫu nhiên:
from anne import AnneInfo
info = AnneInfo('vn')
data = info.getInfo()
print(data)
Tự động hoá trình duyệt:
from anne import AnneBrowser
from selenium import webdriver
import time
driver = webdriver.Chrome()
browser = AnneBrowser(driver)
browser.openUrl("https://www.google.com")
time.sleep(5)
browser.exit()
Lấy proxy:
from anne import AnneProxy
api_key = "YOUR_API_KEY"
prx = AnneProxy()
proxy = prx.tmproxy(api_key, 'get_proxy')
print(proxy)
Tính năng
Tự khám phá!
Đóng góp
Đóng góp ý kiến, thêm tính năng mới, sửa lỗi -> email: annehouman01@gmail.com | telegram: @AnneHouman
Giấy phép
Lib by AnneHouman
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
anne-1.2.4.tar.gz
(31.7 kB
view details)
Built Distribution
anne-1.2.4-py3-none-any.whl
(31.9 kB
view details)
File details
Details for the file anne-1.2.4.tar.gz
.
File metadata
- Download URL: anne-1.2.4.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f4b2fd3508bb53fcd658e6ce8d8406e7b2dfe5a397312b7e192fdf58601a3399
|
|
MD5 |
efc23011d292f6283ce18034115a127d
|
|
BLAKE2b-256 |
7fde04a13f4d60f4cfc0adbf5de6f9f7ed62480e73dfe2651f58e083ac899b53
|
File details
Details for the file anne-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: anne-1.2.4-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0b0030e2d61275765185d41088bc3450f5cc502693c85ecfd24e59bed2275d7b
|
|
MD5 |
445bb5270c02c88eb292a5562965c665
|
|
BLAKE2b-256 |
48262a68fbedbc0e4fa7b5b21970e0f8fca78b1cae8f3d6f2dff89ba342bb3b4
|