Giter Club home page Giter Club logo

crips's Issues

Python3?

Python3 would be easy as hell to transfer to. Please convert it when you can. I might even do it my self... Also if you're gonna mention it "working" for windows then please actually make it work. lmao

ReverseIpLookup

i i try but
function 7 reverse iplookup no save file an idea ???
ty

Can I do traceroute like functionality without admin privileges?

I need to do something like traceroute/tracepath/tracert, but I have no admin privileges and I do not have traceroute/tracepath/tracert installed. All I have is Java, Python, cygwin, and Windows 7, and I can put things in my home directory but I cannot do full installations. Do you have or know of a way to do traceroute/tracepath/tracert given these limitations?

api amount error

i like your script it is very useful but i get api amount exected or something like that error how to fix it or do you need to fix it maybe?

i know im years to late on this but still word of advice

im sure you worked hard on this but HOLY MOTHER OF GOD THE CODE BURNS MY EYESSSSS

[1]: you didn't throw it under a main function? why, functions and definitions can help the code run faster, smoother, and even make the workflow a lot better if your collabing with other people

[2]: WHY os.system("clear") python is a very very VERY good language and is great for cross platform programs, this can easily work on windows if you change the statement under a def like this

def cle():
      if sys.platform == 'win32' or sys.platform == 'win64':
                                                os.system("cls")
      elif sys.platform == 'linux' or sys.platform == 'darwin':
                                                os.system("clear")

this can easily be replaced and ran throughout the script

[3]: the banners- why do you need banners for every option? i feel one banner makes the code very well- cleaner, and especially if your just gonna print 5 of them in one statement, it would actually be better to have it read to a file than it would be to just print it, that way you can call that function throughout the script with optional arguments of the file and design

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.