This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
fabric
Watch
2
Star
0
Fork
0
You've already forked fabric
mirror of
https://github.com/danielmiessler/fabric
synced
2024-11-10 07:10:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5013d7753a
fabric
/
client
/
p.py
7 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Update .gitignore and server configurations
2024-02-04 16:12:41 +00:00
#!/usr/bin/env python3
Added an early version of the main client. Still buggy. Let us know what issues you have.
2024-02-02 09:50:10 +00:00
import
pyperclip
pasted_text
=
pyperclip
.
paste
(
)
print
(
pasted_text
)
Reference in New Issue
Copy Permalink