This repository contains sample projects created with ChatGPT. The latest addition is a simple Mario-inspired platformer created with Pygame.
-
mario_clone/- Minimal side-scrolling platformer. See the directory for details. -
file_reader.py- Versatile script that reads and overwrites several common file formats. Use it withreadorwritecommands:python file_reader.py read <path> python file_reader.py write <path> [new_contents_file]
j5x0yc-codex/crear-lector-de-archivos-en-python
text_editor.py- Simple Tkinter GUI for opening and editing files using the same reader and writer functions. Supports undo with Ctrl+Z.
Install the optional dependencies listed in requirements.txt to enable features like Excel, PDF and DOCX support:
pip install -r requirements.txtxl8388-codex/crear-lector-de-archivos-en-python
text_editor.py- Simple Tkinter GUI for opening and editing files using the same reader and writer functions. Supports undo with Ctrl+Z.
2fhdni-codex/crear-lector-de-archivos-en-python
text_editor.py- Simple Tkinter GUI for opening and editing files using the same reader and writer functions.
main