Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.83 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.83 KB

Clipboardy

Clipboardy is a user-friendly clipboard management application that allows you to save, organize, and encrypt your clipboard clips. With features like auto-saving, clipboard monitoring, and support for various content types, Clipboardy enhances your clipboard experience.

Features

  • Secure Storage: Encrypts your clipboard content for privacy using cryptography.
  • Auto-Save Feature: Automatically saves new clipboard entries.
  • Content Type Detection: Identifies URLs, emails, IP addresses, credit card numbers, and plain text for easy filtering.
  • User-Friendly UI: Built with CustomTkinter for a modern look and feel.
  • Manage Clips: Easily copy, delete, or view your saved clips.
  • Cross-Platform: Works on any platform that supports Python.

Requirements

Before you begin, ensure you have met the following requirements:

  • Python 3.x
  • Required libraries (install with pip install -r requirements.txt):
    • pyperclip
    • cryptography
    • validators
    • customtkinter

Installation

A detailed description and guide on installing the programm can be found on the projects documentation website.

Contributing

If you'd like to contribute to Clipboardy and add your own ideas and fixes, please follow the guide found on the projects documentation website. A helpful documentation about the code and roadmap of this project can be found in the "Developer info" located on the projects website.

Acknowledgements

License

MIT