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 Distribution
juneja_codebase-0.1.4.tar.gz
(973.3 kB
view details)
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.4.tar.gz.
File metadata
- Download URL: juneja_codebase-0.1.4.tar.gz
- Upload date:
- Size: 973.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b2e85f48819f041f184bf332718d18e17bad55cbd56cc021c7bd08a408497b
|
|
| MD5 |
2fe4006683d93e9a176607bb63a2fb44
|
|
| BLAKE2b-256 |
145c395becfc2c36e885b56fd2970d94e23889ce7907081459e896415b9c1b3e
|
File details
Details for the file juneja_codebase-0.1.4-py3-none-any.whl.
File metadata
- Download URL: juneja_codebase-0.1.4-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 |
0d8436c5615ce2921c1c1fc1c1bf5169b795b460bab4c231e0948f08ebe00ff9
|
|
| MD5 |
6716741acb8cc0d806f243edfe9fea77
|
|
| BLAKE2b-256 |
c75809c052c963431574a3253daee24e2b2b01cd9c6b0682277032bdb6fe62f4
|