asweigart / pyperclip

Python module for cross-platform clipboard functions.
https://pypi.python.org/pypi/pyperclip
BSD 3-Clause "New" or "Revised" License
1.6k stars 193 forks source link

This module looks like isn't maintained anymore, use alternative: Clipman πŸ˜‡ #250

Open NikitaBeloglazov opened 9 months ago

NikitaBeloglazov commented 9 months ago

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

nocmt commented 9 months ago

More expected to support obtaining files and copying files to the clipboard

NikitaBeloglazov commented 8 months ago

More expected to support obtaining files and copying files to the clipboard