diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fb16fb --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +This is my readme. +This is my readme. + +## Project Description + +The `main.py` file is the main entry point for this project. It contains the core functionality and logic for the project. + +## Installation + +To use this project, follow these steps: + +1. Clone the repository: `git clone https://github.com/your-username/your-repo.git` +2. Install the required dependencies: `pip install -r requirements.txt` + +## Usage + +To run the project, execute the following command: + +``` +python main.py +``` + +## Contributing + +Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. + +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. diff --git a/executable/gene.exe b/executable/document_generator.exe similarity index 100% rename from executable/gene.exe rename to executable/document_generator.exe