Description of your package
Project description
liteium
liteium is a lightweight Python library inspired by Selenium, designed to simplify web scraping and automation tasks, especially for beginners.
liteium allows you to quickly automate interactions with web pages using a low number of lines of code.
Features ✨
- Easy setup and installation ⚙️
- Beginner-friendly syntax 📝
- Lightweight and minimalistic 🌟
Installation 💻
You can install liteium via pip:
pip install liteium
Usage 🚀
from liteium import *
Initialize the WebDriver:
driver_path = '/path/to/chromedriver'
driver(driver_path)
Open a URL:
open('https://example.com')
Find an element by ID:
element = id('exampleId')
print(element.text)
Take a screenshot:
screenshot('example.png')
Close the WebDriver:
close()
Documentation 📚
For more detailed documentation, please visit our Documentation Page (it will be available soon).
If you need any assistance with the code, feel free to contact me via email: 📧 redaelbettioui@gmail.com
Or through LinkedIn: Reda El Bettioui
If you appreciate the work, please consider giving it a star ⭐
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file liteium-1.0.5.tar.gz.
File metadata
- Download URL: liteium-1.0.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b29c904b8df716d977bdbdd92f8abeaa776ee7e0af157b2aa973da55052b12ef
|
|
| MD5 |
3b357ea1a421b8ae41962409bf86ea85
|
|
| BLAKE2b-256 |
e0cc1324b4890bce6e1951a8ae9f9b3c1f009d3f44628426515c8b82d7df676c
|
File details
Details for the file liteium-1.0.5-py3-none-any.whl.
File metadata
- Download URL: liteium-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8130743bea3d37372a5724fda740d92b18ae286a6d3df910d5b99b2b4f44a620
|
|
| MD5 |
c965e8bb7810cf148921292bb367f8f7
|
|
| BLAKE2b-256 |
1ad071f2b39aed99507c9f0a684d17f5509bb68c5db80226fdc823044a7efde6
|