CodeVault is a lightweight, user-friendly desktop application built using Python and Tkinter, designed to store, organize, and manage code snippets efficiently. With syntax highlighting, easy search functionality, and seamless clipboard integration, it serves as a handy tool for developers who frequently reuse and reference code snippets.
-
Store & Organize: Save code snippets with metadata (title, language, and timestamp).
-
Syntax Highlighting: Automatically detects and formats code for readability.
-
Clipboard Integration: Copy snippets to the clipboard with a single click.
-
Search & Filter: Quickly find stored code using keyword search and language filters.
-
Export & Import: Backup and restore snippets using JSON files.
-
Lightweight UI: Built with Tkinter and ttkbootstrap for an enhanced user experience.
Ensure you have Python installed. Then, install dependencies using:
pip install -r requirements.txt
Run the following command:
python main.py
We welcome contributions! Feel free to fork the repository, make changes, and submit a pull request.
You can download the latest version of the application here:
📥 Download CodeVault.exe
- Click the link above to download the
.exe
file. - Open the file and follow the installation steps.
- If Windows shows a security warning, click "More info" → "Run anyway."
- Enjoy using the app! 🚀
This project is licensed under the MIT License.