From e200ab8d9d78a723fa324616ef2efaddfbe4f794 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Tue, 3 Dec 2024 18:38:59 +0100 Subject: [PATCH] Initiating project, readme and gitignore file. --- .gitignore | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e4de46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +local_files/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9d0a8b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# FTL Save File Manager + +Recreating the program I wrote in school in VS Basic but in Python. + +It is a program enabling saving and loading in FTL (Faster Then Light) game. + +It is considered as a project to learn and be more confident with Python as well as Git.