Metadata-Version: 2.1
Name: TkMaxims
Version: 2026.7.4a0
Summary: A modern / minimalist Tkinter GUI interface for the MightyMaxims Package.
Author-email: Doctor Quote <Doctor.Quote@gmail.com>
Maintainer-email: Randall Nagy <Randall.Nagy@gmail.com>
Project-URL: Homepage, https://github.com/DoctorQuote/DoctorQuote
Project-URL: Bug Tracker, https://github.com/DoctorQuote/DoctorQuote/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: MightyMaxims
Requires-Dist: emoji

# Mighty Maxims [Python] GUI 🌟

A modern, responsive Tkinter graphical user interface (GUI) built around the `MightyMaxims` package. It features a responsive layout that automatically adjusts to accommodate short maxims or long quotes seamlessly.

## ✨ Features

**Automatic Sizing:** The application window automatically shrink-wraps to fit the length of the quote.

**Custom Theme:** Styled using a vivid forest green backdrop, deep black quote display, and high-legibility contrasting elements.

**Instant Launch:** Automatically pulls your first quote from the package terminal system the millisecond it opens.

**Clipboard Integration:** Features a built-in clipboard copying button with visual text updates ("Copied! 👍") when clicked.


## 🚀 Installation

You can install `TkMaxims` directly from PyPI along with all its required dependencies:

```bash

pip install TkMaxims

```

*(This will automatically download and map the underlying `MightyMaxims` backend package for you.)*



## 💻 Running the Application

Once installed via PyPI, you can launch the graphic user interface directly from any terminal or command prompt window by simply typing:

```bash

TkMaxims

```

Alternatively, you can always initialize it directly through Python:

```bash

python -m TkMaxims

```


---
## 🛠️ Project Structure

If you are modifying or building the package from the source repository layout:

- `TkMaxims.py`: Core application script handling text stream capturing and UI rendering.

- `pyproject.toml`: Project metadata configurations and requirement locks for publishing.

- `README.md`: Setup documentation and application usage details.

---
## 📄 License

This project is licensed under the MIT License.


![Good Idea](https://github.com/DoctorQuote/DoctorQuote/blob/master/TkMaxims/Mm11795.png)

