A Python Web GUI for any projects Config Ini File.
Project description
PythonConfigIniGUI
A Python Web GUI for any projects Config Ini File. So you can easily edit your config ini file from a web interface.
## About this repository
This repository is a Python Web GUI for any projects Config Ini File. So you can easily edit your config ini file from a web interface.
## How to use it
Import the ConfigIniGUI class from the configinigui module and create an instance of it with the path of your config ini file as parameter.
from configinigui import ConfigIniGUI
configinigui = ConfigIniGUI('path/to/your/config.ini')
configinigui.run()
Then, open your web browser and go to http://localhost:5000.
You can also specify the port of the web server by passing the port parameter to the run method.
configinigui.run(port=8000)
## How to install it
You can install this package from the Python Package Index (PyPI) using pip.
pip install configinigui
## How to contribute
If you want to contribute to this project, you can fork this repository and create a pull request with your changes.
## How to report a bug
If you find a bug in this project, you can open an issue in this repository. Please provide a detailed description of the bug and the steps to reproduce it.
## How to request a feature
If you want to request a feature, you can open an issue in this repository. Please provide a detailed description of the feature you want and why you need it.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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 ConfigIniGUI-0.0.1.tar.gz.
File metadata
- Download URL: ConfigIniGUI-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e19aa4c990b49120932bb6979e5336831a67278a6866deaea3c0291062e759c
|
|
| MD5 |
29f7b74371379fa0af2e6e1d29279816
|
|
| BLAKE2b-256 |
f807fc519510cf4b14c24b0b3daabd512d6d1a375912d2957be54c7233c8786f
|
File details
Details for the file ConfigIniGUI-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ConfigIniGUI-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54238ef5866549aa68b8088c6bdd318f2363f36f79cc3dc801b68836d4db498a
|
|
| MD5 |
0709088e06ee0a96278b7dac564123ea
|
|
| BLAKE2b-256 |
37857b2e89b963b9d285fc622cdde3389597da0ec50bf70d235c398ab4c562c5
|