Skip to content

Lunoul/chatgptparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File and Folder Lister

This project is a simple tool for displaying file and folder names in a selected directory. It also allows for ignoring certain folders such as .git, .idea, and __pycache__. It's very handy when you have to describe all the files for chatgpt to help you.

python_N6hR9RIc5y

Installation

To run this script, you will need Python 3. Ensure Python is installed on your machine by running python --version in your command line.

Running the Script

  1. Clone the repository to your machine. git clone https://github.com/Lunoul/chatgptparser.
  2. Open your command line and navigate to the project directory. cd chatgptparser.
  3. Install the required packages by running pip install -r requirements.txt.
  4. Run the script using the command python main.py.

Compiling into an Executable

If you wish to compile this script into an executable, you can use tools like PyInstaller. Install PyInstaller using pip:

pip install pyinstaller
pyinstaller --onefile main.py

About

Parse folders and files names for good LLM prompts

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages