/ascii-file-structure-maker-and-lines-of-code-reader

Modern Python GUI tool for generating ASCII file trees and copying entire codebases. Perfect for sharing project structures with AI assistants, code reviews, and documentation. Features dark theme, statistics, and cross-platform executable builds.

Primary LanguagePython

Easily copy and paste whole code with structure to ChatGPT

i was making an online multiplayer game using chat gpt mainly, i kept having to give it my whole code files and the file structure i am using to ask it for advice on how to refactor my code or what was going wrong potentially

this can be good for small softwares like that or even if u have a big file structure with allot of files and allot of lines of codes then still u can just copy individual files

this is amazing

image

it lets u copy individual fiels and all fliesssses

i made the exe file using this command: pyinstaller --onefile file_structure.py