Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
/ ri Public archive

Download and import Python modules without Pip.

License

Notifications You must be signed in to change notification settings

monitio/ri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ri

Download and import Python modules without Pip.


How to use:

  • Some libraries may have a different final import. Check their usage first.
  1. Download ri.py and save it to your project directory.
  2. In your main.py file, import ri and follow the steps below based on where the main module is:
    • Github: For github you can have gh@ and then whatever your raw.githubusercontent.com/ link is after. So an example would be: ri.im("gh@monitio/rusl/refs/heads/main/dist/RAW/Python/rusl.py") (rusl uses this instead of pip!)
    • Any where else: You will need to have the long URL like: https://raw.githubusercontent.com/monitio/rusl/refs/heads/main/dist/RAW/Python/rusl.py
  3. Import the module like you would with any other normal python library: import fileName (remember to change the name as what the file is called so if it is module.py you would do import module)
  4. Use the library as normal!

About

Download and import Python modules without Pip.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published