Skip to content

Instantly share code, notes, and snippets.

View conqp's full-sized avatar
🦀
תאמין שיש בך עוצמה לשנות

Richard Neumann conqp

🦀
תאמין שיש בך עוצמה לשנות
View GitHub Profile
@conqp
conqp / lsimports.py
Last active January 26, 2021 22:40
List imported modules of Python projects
#! /usr/bin/env python3
# lsimports.py - List imported modules of Python projects.
#
# Copyright (C) 2020 Richard Neumann <mail at richard dash neumann period de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#