Skip to content

Import Python modules with snake emoji extension

License

Notifications You must be signed in to change notification settings

hmiladhia/emojdule

Repository files navigation

🐍 emojdule

PyPI PyPI - License PyPI - Wheel Tests

Import Python modules with snake emoji extension!

Screenshot

Installation

pip install emojdule

Usage

Once you have installed emojdule in your venv, there is nothing else to do, you can just import your modules like usual.

You can see an example here

example
├── package
│ ├── subpackage
│ │ ├── __init__.🐍
│ │ └── submodule.🐍
│ ├── __init__.🐍
│ └── module.🐍
└── main.py
# main.py

from package.module import hello

hello()  # Hello from snake module! 🐍

About

Import Python modules with snake emoji extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages