A silly RPG(Not MMO) made in python

A silly RPG(Not MMO) made in python, FOR WINDOWS 10 ONLY! Hello tester, to install pymmo follow the steps bellow: 1.First install python from: https://www.python.org/downloads/REMEMBER to tick the ‘add python to path’ box in the installer! 2.Then run the Install.bat file(as admin), do all the stuff it says. 3.Now edit the pymmo.bat with right click and change the cd “ENTER GAME PATH HERE!!!” to put your folder path for the gameE.G: cd “C:UsersUserDesktopPython’s MMOpymmo”Now the batch file acts as a […]

Read more

itadori webhook spammer fucker

Installation # install the requirements $ python3 -m pip install -r requirements.txt $ python3 main.py Repl.it: https://repl.it/github/gohan-chan69/itadori-webhook-spammer-fuckerif your are runing the code on replit remove line 27 from the code Issues If you have any issues feel free to open an issue or contect me on discord(gohan_chan#8384) GitHub View Github    

Read more

A hilarious program that translates text to Google’s bork bork bork language

A hilarious program that translates text in a file to Google’s “bork bork bork’ language. How to use Download the main.py file. Change the name of the file from demofile.txt to the file name you want. Run the program. How was this made? This Easter egg can be viewed in Google. Go to Settings icon > Languages and select Bork, bork, bork! The translation dictionary, visible at code/dictionary.py is a reference. Here’s an example: original-text = “Your preferences have been […]

Read more

A Python Perforce package that doesn’t bring in any other packages to work

P4CMD 🌴 A Python Perforce package that doesn’t bring in any other packages to work.Relies on p4cli installed on the system. p4cmd The p4cmd module holds the P4Client class that allows you to interact with the P4 server. To instantiate a new client, you either pass it the root path of you Perforce workspace or if the “P4ROOT” system variable is set, you can use the from_env class function from p4cmd import p4cmd client = p4cmd.P4Client(“~/nisse/projects/raw”)

Read more

Encrypt/Decrypt with ChaCha20-Poly1305

Vaulty Encrypt/Decrypt with ChaCha20-Poly1305 Vaulty is an extremely lightweight encryption/decryption tool which uses ChaCha20-Poly1305 to provide 256-bit authenticated encryption (AEAD) using Scrypt as the password based key derivation function. It can be used to encrypt/decrypt files, or stdin if you don’t specify any files – it is written in Python and requires Python 3. If encrypting stdin then the output will be Base64 encoded whereas if encrypting a file then it won’t and it will have a .vlt extension added […]

Read more

Multipurpose, modern, fast and loyal Discord bot

Баунти – современный бот созданный с целью сделать ваш сервер лучше! В кратце В нем присутствует множество основных и интересных функций, таких как: Кастомизация Система уровней Модерация Управление никнеймами Приватки И многое другое Описание команд Список всех команд с информацией о том для чего они нужны: Название Сокращения и переводы level Уровень и опыт участника toplvl Рейтинг самых активных участников achievement Создать ачивку nick Запросить смену ника user Информация о пользователе server Информация о сервере link Проверка безопасности ссылки zalgofy […]

Read more

Vehicle registration using Python, Django and SQlite3

Cadastro de veículos utilizando Python, Django e SQlite3 Para acessar o deploy no Heroku: https://pycrud.herokuapp.com/ Para abrir no LocalHost: Com o django instalado baixe o projeto utilizando o cmd vá até a pasta raiz e execute o comando: Depois execute o comando: Navegue novamente até a pasta raiz e digite: python manage.py runserver Abra o navegador e digite: GitHub View Github    

Read more
1 348 349 350 351 352 928