Skip to content

fikriaf/Core-Point-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


✨ 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:

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.

Releases

No releases published

Packages

No packages published