CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS
Project description
reqcode-aj
A Python CLI tool to generate academic practical code files offline.
Installation
pip install reqcode-aj
Usage
Standard Method
# List available subjects
reqcode --list
# Generate all code files
reqcode --all
# Generate specific subject
reqcode --subject compiler_design
# Save to specific directory
reqcode --all --output ./my_codes
# Create zip file
reqcode --all --zip
Alternative Method (Use this in lab/college systems if reqcode command doesn't work)
# If you get "command not found" or "not recognized" error, use:
python -m reqcode_aj.main --list
python -m reqcode_aj.main --all
python -m reqcode_aj.main --subject compiler_design
python -m reqcode_aj.main --all --zip
Note: The alternative method works on ALL systems and doesn't require the Scripts folder to be in PATH.
Subjects Included
- Compiler Design - Lex and Yacc practical files
- Deep Learning - Deep learning implementations
- Social Network Analysis - Network analysis code
Features
- Works completely offline
- All practical files bundled in the package
- Perfect for lab practicals and exam preparation
- No internet required after installation
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file juneja_codebase-0.1.3-py3-none-any.whl.
File metadata
- Download URL: juneja_codebase-0.1.3-py3-none-any.whl
- Upload date:
- Size: 981.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892539ca519ccdab7b7e3ef65d5d0a4f7cdb630bd13feff3ccd8da19a5fa2b11
|
|
| MD5 |
8ba930f7fc8de496ee0b681b49a576c0
|
|
| BLAKE2b-256 |
c0d03095b227ea2842a1257dd76b7a3e96dd5e444b4e2fc2ffdcccc2cbffbc9d
|