Metadata-Version: 2.4
Name: domain93
Version: 1.2.1
Summary: A totally rad GUI tool to automate freedns link creation
License-File: LICENSE
Author: Cbass92
Author-email: contact@cbass92.org
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: art (>=6.4,<7.0)
Requires-Dist: freedns-client (>=0.1.3,<0.2.0)
Requires-Dist: lolpython (>=2.2.0,<3.0.0)
Requires-Dist: pillow (>=10.0.0)
Requires-Dist: pysocks (>=1.7.1,<2.0.0)
Requires-Dist: pytesseract (>=0.3.13,<0.4.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: stem (>=1.8.2,<2.0.0)
Requires-Dist: ttkbootstrap (>=1.10.1,<2.0.0)
Project-URL: Repository, https://github.com/LexLeethorMain/domain93
Description-Content-Type: text/markdown

# domain93

A totally rad GUI tool to automate FreeDNS link creation — now with buttons!  
> Forked from [domain92](https://github.com/sebastian-92/domain92)

For advanced usage and tutorials, check out the [community wiki](https://github.com/sebastian-92/domain92/wiki) — it still applies!

## Function

`domain93` simplifies account creation and subdomain setup on [freedns.afraid.org](https://freedns.afraid.org), now with a **friendly GUI** for ease of use.

It uses:
- 🧠 [ading2210's freedns-client](https://github.com/ading2210/freedns-client)
- 📫 The guerrillamail.com API for temp email
- 🖱️ A modern interface built with `tkinter` + `ttkbootstrap`  

## Table of Contents

- [domain93](#domain93)
  - [Function](#function)
  - [Table of Contents](#table-of-contents)
  - [Installation](#installation)
    - [Install with pip](#install-with-pip)
      - [From GitHub](#from-github)
      - [From PyPI (coming soon)](#from-pypi-coming-soon)
  - [Running the App](#running-the-app)
  - [Screenshots](#screenshots)
  - [License](#license)

## Installation

### Install with pip
```bash
pip install domain93
```
#### From GitHub
```bash
pip install git+https://github.com/LexLeethorMain/domain93


