Skip to content

alex23234/fake-nitro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-nitro

ahem so this code will login into your account and it will replace a preset word with a gif

installation

its simple firstly install python from the offical source and clone this repo via git clone https://github.com/alex23234/fake-nitro.git you need to install git for this command however its optional,you can download zip via just click on code and press on download zip after your in the cloned repo make a venv for linux its

python3 -m venv .venv

for windows its

python -m venv .venv

i recommend you use uv for windows tho

to activate it for linux its

source .venv/bin/activate

for windows its

.\.venv\Scripts\activate.ps1

btw windows might not let you run this,execution policy and all that use this command for this

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

then to install dependencies it should be the same for linux and windows i think i may be wrong

pip install -r requirerments.txt

this should install everything now you can directly run

python3 main.py

or to turn it into a binary you can use pyinstaller info will be here https://pypi.org/project/pyinstaller/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published