Skip to main content

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

This version

1.0

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page