News

tjm_project/ ├── config/ │ └── settings.py # Configuration settings ├── src/ │ ├── api_client.py # API interaction │ ├── file_manager.py # File handling │ └── notepad_automator.py # Notepad automation ...
How can I use it? If you have python 3.5+ installed, you can simply clone the repository and run main.py, it will work right out of the box and doesn't contain any dependedencies. In the future there ...