An open API service indexing awesome lists of open source software.

https://github.com/fikriaf/core-point-v1

✅ AI Based Multipurpose Application
https://github.com/fikriaf/core-point-v1

desktop-app executable tkinter-gui tkinter-python

Last synced: about 1 month ago
JSON representation

✅ AI Based Multipurpose Application

Awesome Lists containing this project

README

          

# Core-Point v1

✅ **Versatile AI-Powered Desktop Application**

**Core-Point v1** is a multifunctional desktop application that leverages AI technology to assist with a variety of tasks—from plagiarism checking and smart assistant features to clipboard management and quick math calculations. Built using Python and Tkinter, it offers a modern and lightweight user interface.

![App Screenshot](home.webp)

---

## ✨ Key Features

- 🔎 **Plagiarism Checker**
Detect text similarities using NLP-based analysis.

- 🤖 **AI Assistant**
Answer any question using modern AI models.

- 📋 **Clipboard Manager**
Efficiently copy and manage text from the clipboard.

- 🧮 **Math Expression Calculator**
Quickly evaluate mathematical expressions.

- 💻 **Interactive GUI**
Minimalist and user-friendly design, ready to use out of the box.

---

## 🚀 How to Use

1. **Download / Clone this repo**
2. **Run the app directly using the following file:**

```
dist/CorePoint.exe
```

No installation needed. Just double-click and the app is ready to go!

> If you prefer to run from source, make sure Python 3.x is installed and run:

```bash
pip install -r requirements.txt
python CorePoint.py
```

---

## 📁 Folder Structure

- `dist/CorePoint.exe` → Standalone executable file
- `CorePoint.py` → Main script (for source execution)
- `OpenAInya.py` → AI integration module
- `Plagiarisme.py` → Plagiarism detection module
- `MemoryCoreFlash.py`, `CoreFlash.py` → App support modules
- `*.png / *.webp / *.ico` → GUI image assets
- `font.py`, `font.txt` → Font configuration

---

## 📌 Notes

- This app is built using `tkinter` and compiled with `pyinstaller`.
- Python installation is not required to run `CorePoint.exe`.

---

## 📄 License

This project is licensed under the [MIT License](LICENSE).