You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I decided to develop a replacement for the old popular pyperclip module - clipman.
🔖 Because in one of my projects, pyperclip was an important part of the functionality, but he had a lot of difficulties.
It had an bad architecture, difficult to use to end user, and documentation left much to be desired. In addition, it seems that the development of pyperclip has been abandoned.
📘 What we did better:
Informative - We are informing end users to know what needs to be installed for the module to work. Not "Pyperclip could not find a copy/paste mechanism for your system." i.e.Go f*ck yourself 🤓🤓🤓
Simple - simple and elegant architecture by KISS 😘
Having comments in the code and using Linting
Active development
Just a nice developer:)
I would greatly appreciate your support 🥺
If clipman is useful to you and helps make your work easier, don't forget to give it a star on the project page!
Your feedback and questions are also welcome! 😇🌈
More expected to support obtaining files and copying files to the clipboard
In Unix systems (LinuxOS/BSD) it already presents, it uses text with file:// protocol
On MacOS i don't know, maybe also works with file://
On Windows... it don't works, and i actially don't know if it will be implemented at all. You can write this in a new Issue, and I’ll see what I can do about it
NikitaBeloglazov
changed the title
This module looks like isn't maintained anymore, use alternative: Clipman 😇
⚠️ This module looks like isn't maintained anymore, use alternative: Clipman 😇
Jul 10, 2024
I decided to develop a replacement for the old popular pyperclip module - clipman.
🔖 Because in one of my projects, pyperclip was an important part of the functionality, but he had a lot of difficulties.
It had an bad architecture, difficult to use to end user, and documentation left much to be desired.
In addition, it seems that the development of pyperclip has been abandoned.
📘 What we did better:
I would greatly appreciate your support 🥺
If clipman is useful to you and helps make your work easier, don't forget to give it a star on the project page!
Your feedback and questions are also welcome! 😇🌈
🌠 https://github.com/NikitaBeloglazov/clipman
The text was updated successfully, but these errors were encountered: