GithubHelp home page GithubHelp logo

autoregistrationcheck's Introduction

This is a software for testing if a vehicle is registered or not from the AP Transport registration department.

Using:

  • Python
  • mechanize python library

Installation:

  1. Download and install Python.
  2. Download and install Mechanize Python Library:
    • url: http://wwwsearch.sourceforge.net/mechanize/download.html
    • Download a stable release, version at the time of writing: mechanize-0.2.5.tar.gz
    • Extract the tar.gz file and copy the "mechanize" directory from the mechanize-X.X.X directory.
    • paste the copied directory to "C:\Program Files (x86)\Python2.X\Lib\site-packages". This finishes the mechanize insallation.
  3. We need to install "Beautiful Soup" package as well.
    • Installation instructions will be updated soon (If you know, you are good to go)
  4. Now Download the latest release of ARC (Automatic Registration Checker)
  5. Crate a directory with name "ARC" and Extract the contents into it.
  6. Double click on "Registration Checker.pyc" to run. If it runs properly skip step 6, Update the file 'engine_nos.txt' with appropriate engine numbers. Registered No's are written to file 'registered_nos.txt'.
  7. If step 5 gave any errors which is not meaningful, we will have to build an executable for your system. Follow the steps below:
    • Open Python IDLE Console. (Search in Start menu)
    • Type >>> import py_compile in the console & hit enter
    • Type >>> py_compile.compile('H:\ARC\Main.py') in the console & hit enter. Modify the path H:\ARC\Main.py accordingly for the file we downloaded in step 4.
    • This should produce a file 'Main.pyc' in the same directory.
    • Rename it to remember it, usually "Registration Checker.pyc".
    • Run it to test if its working, if not contact Developer at: [email protected]

Note: Here X - means any number (due to versioning)

Issues:

No perfect executable or finished user specific build is not yet generated. Have to learn how to do that a build with mechanize library & with python libs inbuild.

autoregistrationcheck's People

Watchers

James Cloos avatar Chinmaya avatar

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.