Ini Reader For Python
Project description
Installation
pip install ini-reader
Documentation
First Import The Module:
import ini_reader
After Lets Create File With Extension ".ini" And Name "Very Important".
[GITHUB]
username="hacker228"
password=12345
After Creating Lets Read INI.
import ini_reader
ini_reader.INIReader.IniRead("Very Important.ini")
ini_reader.INIReader.Read("GITHUB", "username", PRINT=1)
Result:
>>> "hacker228"
Print=0 - Read Files Without Print It Print=1 - Read Files And Print It
And Let Get Help Offline:
ini_reader.INIReader.Help()
This Is Full Documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ini-reader-1.0.tar.gz
(1.9 kB
view details)
File details
Details for the file ini-reader-1.0.tar.gz.
File metadata
- Download URL: ini-reader-1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c9dc2ed5a323107afb40de4858ee9a007267deab30cd27f36c0a65c1515aa18
|
|
| MD5 |
12548991c0c76f080b1c2722d41efe12
|
|
| BLAKE2b-256 |
40617d1cd942c786a8f74faae7c452212ffb21b380a344a1c71109ab1fe1469d
|