https://github.com/intedai/automapper
🌎 Generate a mapping video in seconds!
https://github.com/intedai/automapper
geography instagram mapper mapping moviepy python tiktok tkinter tkinter-python youtube-shorts
Last synced: about 1 month ago
JSON representation
🌎 Generate a mapping video in seconds!
- Host: GitHub
- URL: https://github.com/intedai/automapper
- Owner: Intedai
- License: mit
- Created: 2024-09-03T10:17:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T02:33:49.000Z (7 months ago)
- Last Synced: 2025-06-01T08:33:58.565Z (4 months ago)
- Topics: geography, instagram, mapper, mapping, moviepy, python, tiktok, tkinter, tkinter-python, youtube-shorts
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Generate a mapping video in seconds! You don't need to edit your videos anymore it's all automatic!## Overview
### Features:
- Coloring each country with a click of a button
- Randomly color all countries with one click
- Add title text and color each word with your desired color
- Save the map image without exporting to vid
- Upload a custom map image (you can edit the saved one)
- Add your own background videos or use the videos at `Assets\Backgrounds`
- Blur the background video by checking a box
- Export to video with your watermark or use the watermarks at `Assets\Watermarks`
- Add your own music to the clip## Installation
clone the repository:
```bash
git clone https://github.com/Intedai/AutoMapper.git
```
install the required libraries
```bash
pip install -r requirements.txt
```
Run `src/main.py` from the AutoMapper directory
> :warning: do not execute main.py after opening the src directory!
## Example Videohttps://github.com/user-attachments/assets/d9aeae13-b981-4993-82aa-a7bd0fdb2440
## Demo and walkthrough
Start by filling the years of each country
Now fill the colors by clicking on the buttons of each country name or pressing the Random Colors button below
This is how it looks like if you click on the select color button
![]()
Now enter the title, click insert color to choose a color for a certain word, and to make a new line add <BR> and click Generate Image
Now add a background video, a watermark and if u want music to override the audio of the background video add music as well
And now click Export Video as... and save the video at your desired path
the initial directory is Assets\Videos this directory was made to store videos you generate, you dont have to save there!
And now you generated the video that is shown at the example
now you can clear the data if you want to make a video, click on the clear button and a pop up will show:
![]()
click yes and it should clear
![]()
You can also save the generated map image, edit it on your prefered graphic editor and upload it and then generate the video
## Tests
Tests are stored at the `Tests` directory with `test-results.md` to see the results of each test## License
Distributed under the MIT license. See `LICENSE` for more information.