CloudflareDNS is a Python-based graphical application that allows users to easily manage and modify DNS records on the popular cloud-hosting platform, Cloudflare. Using this application, users can quickly create, list, and delete DNS records associated with their domains on Cloudflare.
The application is built using the Python programming language and the Qt GUI toolkit. The CloudflareDNS application uses Cloudflare's API to perform DNS record management operations, like creating, listing, and deleting DNS records.
- Installation
- Usage
- License
To use CloudflareDNS, Python 3 installed must have on your system. You will need to install the following packages as dependencies:
requests
and PyQt6
pip install -r requirements.txt --use-pep517
for create .exe file from this code:
pip install auto-py-to-exe
To start the application, navigate to the cloned repository's directory on your machine and run the CloudflareDNS.py
python file:
python CloudflareDNS.py
This will launch the main window of the application, which prompts users to enter their email, API token, domain name, zone ID, and DNS record name. Once this information is entered, users can perform actions like List, Create, and Delete DNS records through the respective buttons.
- Easy-to-use GUI for managing Cloudflare DNS records
- Supports the ability to list, create, and delete DNS records
- Can read JSON formatted file and create records accordingly
- Concurrency through QThread implementation to allow for asynchronous Cloudflare API requests
This project is distributed under the MIT licence