Skip to content
/ FUNC Public

Shitty compilation of code that does the same thing as python fundamentals, just slower

Notifications You must be signed in to change notification settings

lomnom/FUNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Installation:

MACOS/LINUX:

most projects need this:

pip3 install pyyaml
pip3 install json

projects that need networking need this

pip3 install urllib
pip3 install ndg-httpsclient
pip3 install pyopenssl
pip3 install pyasn1

this is basic installation

PYPATH=$(python3 -c "import os;print(os.__file__.replace('os.py',''))")
curl https://raw.githubusercontent.com/lomnom/FUNC/main/FUNC.py > "$PYPATH"FUNC.py

Uninstallation:

MACOS/LINUX:

PYPATH=$(python3 -c "import os;print(os.__file__.replace('os.py',''))")
rm "$PYPATH"FUNC.py

how to figure out what anything does

import FUNC as f
help(f)

About

Shitty compilation of code that does the same thing as python fundamentals, just slower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages