diff --git a/ops-sat-rs-tmtc/.gitignore b/pytmtc/.gitignore similarity index 100% rename from ops-sat-rs-tmtc/.gitignore rename to pytmtc/.gitignore diff --git a/ops-sat-rs-tmtc/common.py b/pytmtc/common.py similarity index 100% rename from ops-sat-rs-tmtc/common.py rename to pytmtc/common.py diff --git a/ops-sat-rs-tmtc/main.py b/pytmtc/main.py old mode 100644 new mode 100755 similarity index 100% rename from ops-sat-rs-tmtc/main.py rename to pytmtc/main.py diff --git a/ops-sat-rs-tmtc/pus_tc.py b/pytmtc/pus_tc.py similarity index 100% rename from ops-sat-rs-tmtc/pus_tc.py rename to pytmtc/pus_tc.py diff --git a/ops-sat-rs-tmtc/pus_tm.py b/pytmtc/pus_tm.py similarity index 100% rename from ops-sat-rs-tmtc/pus_tm.py rename to pytmtc/pus_tm.py diff --git a/ops-sat-rs-tmtc/requirements.txt b/pytmtc/requirements.txt similarity index 100% rename from ops-sat-rs-tmtc/requirements.txt rename to pytmtc/requirements.txt diff --git a/ops-sat-rs-tmtc/tc_definitions.py b/pytmtc/tc_definitions.py similarity index 100% rename from ops-sat-rs-tmtc/tc_definitions.py rename to pytmtc/tc_definitions.py diff --git a/ops-sat-rs-tmtc/tmtc_conf.json b/pytmtc/tmtc_conf.json similarity index 100% rename from ops-sat-rs-tmtc/tmtc_conf.json rename to pytmtc/tmtc_conf.json