https://github.com/anastasios3/sitemapp
https://github.com/anastasios3/sitemapp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anastasios3/sitemapp
- Owner: Anastasios3
- Created: 2024-05-28T16:00:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T20:00:07.000Z (about 2 years ago)
- Last Synced: 2024-05-31T21:24:09.758Z (about 2 years ago)
- Language: TeX
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.