Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
/ python-fossshield Public archive

FOSS-Shield for python, to block the use of Free and Open-Source Software under proprietary OSs.

License

Notifications You must be signed in to change notification settings

zefr0x/python-fossshield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warning : This repository/project is no longer maintained. If you are interested, it's free software under the GPL-3.0 license.

FOSS-Shield

A Python module to display an error message and exit if it was running via proprietary operating system.

Installation

Coping a file

Every thing in one file; therefor, you can just copy the foss_shield.py to your project's source code. You can use wget to download it:

$ wget https://raw.github.com/zer0-x/python-fossshield/main/foss_shield/foss_shield.py

With PIP

To be added later...

Usage

Just import the module, then use the run function.

import foss_shield

foss_shield.run()

For one line import:

__import__("foss_shield").run()

TODO

  • Add Internationalization support.
  • Add more UI frameworks.
  • Add web UI using web frameworks.
  • Add messages using the system notifications.

About

FOSS-Shield for python, to block the use of Free and Open-Source Software under proprietary OSs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages