This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
fep
Watch
1
Star
0
Fork
0
You've already forked fep
mirror of
https://codeberg.org/fediverse/fep.git
synced
2026-08-05 19:55:46 +00:00
Code
Packages
Wiki
Activity
Files
760bc8ff6d111e9e131ca217e535ef6880138c9c
fep
/
scripts
/
create_readme.py
T
5 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Improve creation of README.md
2023-10-27 13:42:33 +02:00
from
tools
import
Readme
Automate things (
#117
)
2023-07-16 07:43:02 +00:00
with
open
(
"
README.md
"
,
"
w
"
)
as
f1
:
Improve creation of README.md
2023-10-27 13:42:33 +02:00
f1
.
writelines
(
Readme
(
)
.
content
)
Copy Permalink