An open API service indexing awesome lists of open source software.

https://github.com/anastasios3/sitemapp


https://github.com/anastasios3/sitemapp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

![image](https://github.com/Anastasios3/sitemApp/assets/117446378/30af166d-8a75-4328-a3ae-8c92f5043ba2)

# sitemapApp

A simple application to generate and copy sitemaps.

## Files and Directories

- **app.py**: Main application script.
- **app.spec**: PyInstaller specification file.
- **build/**: Directory containing intermediate files created by PyInstaller.
- **dist/**: Directory containing the final executable file.

## Usage

1. **Run the Application**:
- Execute the `app.py` script directly using Python:
```bash
python app.py
```

2. **Generate Executable**:
- Use PyInstaller to create the executable:
```bash
pyinstaller --onefile --windowed app.spec
```

## Repository Structure

## License

This project is licensed under the MIT License.

P.S. Just another problem solving app. Now you can tell ChatGPT where everything is easily.