├── LICENSE ├── README.md ├── etc └── cryptmyrepl.py ├── main.py └── setup.bat /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Atlas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Tutorial here -> https://www.youtube.com/watch?v=NARtl8i8PTI&t=5s 2 | -------------------------------------------------------------------------------- /etc/cryptmyrepl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Atlas/HEAD/etc/cryptmyrepl.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billythegoat356/Atlas/HEAD/main.py -------------------------------------------------------------------------------- /setup.bat: -------------------------------------------------------------------------------- 1 | pip install -U pystyle requests pyperclip 2 | --------------------------------------------------------------------------------