✅ 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.
-
🔎 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.
-
Download / Clone this repo
-
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:
pip install -r requirements.txt
python CorePoint.py
dist/CorePoint.exe
→ Standalone executable fileCorePoint.py
→ Main script (for source execution)OpenAInya.py
→ AI integration modulePlagiarisme.py
→ Plagiarism detection moduleMemoryCoreFlash.py
,CoreFlash.py
→ App support modules*.png / *.webp / *.ico
→ GUI image assetsfont.py
,font.txt
→ Font configuration
- This app is built using
tkinter
and compiled withpyinstaller
. - Python installation is not required to run
CorePoint.exe
.
This project is licensed under the MIT License.