This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
fabric
Watch
1
Star
0
Fork
You've already forked fabric
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
flourishing
augmentation
work
ai
life
307
Commits
6
Branches
8
Tags
153 MiB
Python
67.2%
JavaScript
22.6%
HTML
6.4%
CSS
3.8%
Tree:
d4d2bf5716
fabric
/
client
/
p.py
6 lines
93 B
Raw
Blame
History
#!/usr/bin/env python3
import
pyperclip
pasted_text
=
pyperclip
.
paste
(
)
print
(
pasted_text
)
Reference in new issue
Copy Permalink